IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6227 for trunk/psLib/src/sys


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/sys/psType.h

    r5454 r6227  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-10-29 00:05:52 $
     12*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-01-28 01:12:15 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6767
    6868#else // SWIG
    69 typedef float _Complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
    70 typedef double _Complex psC64;         ///< complex with 64-bit floating point Real and Imagary numbers
     69typedef float complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
     70typedef double complex psC64;         ///< complex with 64-bit floating point Real and Imagary numbers
    7171#endif // !SWIG
    7272
Note: See TracChangeset for help on using the changeset viewer.