IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImagePixelManip.c

    r4385 r4540  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-25 00:51:28 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-07-12 19:12:01 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    185185}
    186186
    187 psS32 psImageOverlaySection(psImage* image,
    188                             const psImage* overlay,
    189                             psS32 col0,
    190                             psS32 row0,
    191                             const char *op)
     187int psImageOverlaySection(psImage* image,
     188                          const psImage* overlay,
     189                          int col0,
     190                          int row0,
     191                          const char *op)
    192192{
    193193    psU32 imageNumRows;
Note: See TracChangeset for help on using the changeset viewer.