IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2005, 11:58:22 AM (21 years ago)
Author:
drobbin
Message:

complex double switched back to complex. RegionForImage test fixed.

File:
1 edited

Legend:

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

    r4920 r4934  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-08-31 02:07:11 $
     12 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-08-31 21:58:22 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    311311
    312312int psImageClipComplexRegion(psImage* input,
    313                              complex double min,
    314                              complex double vmin,
    315                              complex double max,
    316                              complex double 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.