Changeset 6251 for trunk/psLib/src/sys
- Timestamp:
- Jan 30, 2006, 10:28:34 AM (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
r6227 r6251 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-01- 28 01:12:15$12 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-01-30 20:28:33 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 98 98 */ 99 99 typedef enum { 100 PS_DATA_S8 = PS_TYPE_S8, ///< psS8 101 PS_DATA_S16 = PS_TYPE_S16, ///< psS16 100 102 PS_DATA_S32 = PS_TYPE_S32, ///< psS32 103 PS_DATA_U8 = PS_TYPE_U8, ///< psU8 104 PS_DATA_U16 = PS_TYPE_U16, ///< psU16 105 PS_DATA_U32 = PS_TYPE_U32, ///< psU32 101 106 PS_DATA_F32 = PS_TYPE_F32, ///< psF32 102 107 PS_DATA_F64 = PS_TYPE_F64, ///< psF64
Note:
See TracChangeset
for help on using the changeset viewer.
