Changeset 4985 for trunk/psLib/src/mathtypes
- Timestamp:
- Sep 9, 2005, 2:16:59 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.h
r4944 r4985 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09- 02 21:32:06$13 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-10 00:16:58 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 71 71 psC32** C32; ///< Single-precision complex data. 72 72 psC64** C64; ///< Double-precision complex data. 73 psPtr** PTR; ///< Void pointers.73 // psPtr** PTR; ///< Void pointers. 74 74 psPtr* V; ///< Pointer to data. 75 75 } data; ///< Union for data types.
Note:
See TracChangeset
for help on using the changeset viewer.
