IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 2:51:28 PM (21 years ago)
Author:
drobbin
Message:

made request argument changes (apidelta-report-cycle6)

File:
1 edited

Legend:

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

    r4367 r4385  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-23 03:50:29 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-25 00:51:28 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    311311
    312312int psImageClipComplexRegion(psImage* input,
    313                              _Complex min,
    314                              _Complex vmin,
    315                              _Complex max,
    316                              _Complex vmax)
     313                             complex min,
     314                             complex vmin,
     315                             complex max,
     316                             complex vmax)
    317317{
    318318    psS32 numClipped = 0;
Note: See TracChangeset for help on using the changeset viewer.