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.h

    r5227 r6227  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-10-06 02:41:07 $
     10 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-01-28 01:12:11 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151int psImageClipComplexRegion(
    5252    psImage* input,                    ///< the image to clip
    53     complex min,                       ///< the minimum image value allowed
    54     complex vmin,                      ///< the value pixels < min are set to
    55     complex max,                       ///< the maximum image value allowed
    56     complex vmax                       ///< the value pixels > max are set to
     53    double complex min,                ///< the minimum image value allowed
     54    double complex vmin,               ///< the value pixels < min are set to
     55    double complex max,                ///< the maximum image value allowed
     56    double complex vmax                ///< the value pixels > max are set to
    5757);
    5858
Note: See TracChangeset for help on using the changeset viewer.