IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2005, 3:57:47 PM (21 years ago)
Author:
desonia
Message:

small syntax tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageExtraction.c

    r3684 r3873  
    99 *  @author Robert DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-04-08 17:58:57 $
     11 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-05-10 01:57:47 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424#include "psImageErrors.h"
    2525
    26 psImage* imageSubset(psImage* out,
    27                      psImage* image,
    28                      psS32 col0,
    29                      psS32 row0,
    30                      psS32 col1,
    31                      psS32 row1)
     26static psImage* imageSubset(psImage* out,
     27                            psImage* image,
     28                            psS32 col0,
     29                            psS32 row0,
     30                            psS32 col1,
     31                            psS32 row1)
    3232{
    3333    psU32 elementSize;          // size of image element in bytes
Note: See TracChangeset for help on using the changeset viewer.