Changeset 813
- Timestamp:
- May 28, 2004, 3:10:22 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psType.h (modified) (2 diffs)
-
sysUtils/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r809 r813 20 20 * @author Ross Harman, MHPCC 21 21 * 22 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $23 * @date $Date: 2004-05-2 8 21:07:17$22 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2004-05-29 01:10:22 $ 24 24 * 25 25 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 typedef complex float psC32; ///< complex with 32-bit floating point Real and Imagary numbers 56 56 typedef complex double psC64; ///< complex with 64-bit floating point Real and Imagary numbers 57 typedef void* psPTR; ///< void pointer 57 58 58 59 -
trunk/psLib/src/sysUtils/psType.h
r809 r813 20 20 * @author Ross Harman, MHPCC 21 21 * 22 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $23 * @date $Date: 2004-05-2 8 21:07:17$22 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2004-05-29 01:10:22 $ 24 24 * 25 25 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 typedef complex float psC32; ///< complex with 32-bit floating point Real and Imagary numbers 56 56 typedef complex double psC64; ///< complex with 64-bit floating point Real and Imagary numbers 57 typedef void* psPTR; ///< void pointer 57 58 58 59
Note:
See TracChangeset
for help on using the changeset viewer.
