Changeset 4409 for trunk/psLib/src/collections/psScalar.h
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psScalar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psScalar.h
r4330 r4409 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-2 1 03:01:37$13 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-28 20:17:52 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 66 66 */ 67 67 psScalar* psScalarAlloc( 68 psC64 value,///< Data to be put into psScalar.69 psElemType dataType///< Type of data to be held by psScalar.68 complex value, ///< Data to be put into psScalar. 69 psElemType type ///< Type of data to be held by psScalar. 70 70 ); 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
