IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 3:12:17 PM (20 years ago)
Author:
desonia
Message:

changed 'complex' to 'double complex' to be more C99 compliant.

File:
1 edited

Legend:

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

    r5227 r6227  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-10-06 02:41:07 $
     12 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-01-28 01:12:11 $
    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                             double complex min,
     314                             double complex vmin,
     315                             double complex max,
     316                             double complex vmax)
    317317{
    318318    psS32 numClipped = 0;
Note: See TracChangeset for help on using the changeset viewer.