Changeset 6227 for trunk/psLib/src/sys
- Timestamp:
- Jan 27, 2006, 3:12:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r5454 r6227 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-10-29 00:05:52$12 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-01-28 01:12:15 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 67 67 68 68 #else // SWIG 69 typedef float _Complex psC32; ///< complex with 32-bit floating point Real and Imagary numbers70 typedef double _Complex psC64; ///< complex with 64-bit floating point Real and Imagary numbers69 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 71 71 #endif // !SWIG 72 72
Note:
See TracChangeset
for help on using the changeset viewer.
