IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4315 r4367  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-18 02:30:49 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-23 03:50:29 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    311311
    312312int psImageClipComplexRegion(psImage* input,
    313                              psC64 min,
    314                              psC64 vmin,
    315                              psC64 max,
    316                              psC64 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.