Changeset 662 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- May 13, 2004, 9:43:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r661 r662 19 19 * @author Ross Harman, MHPCC 20 20 * 21 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $22 * @date $Date: 2004-05-13 19: 28:35$21 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2004-05-13 19:43:49 $ 23 23 * 24 24 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 128 128 */ 129 129 psVector *psVectorAlloc( 130 ps Type type,///< Type of data to be held by vector.131 unsigned int nalloc///< Total number of elements to make available.130 psElemType dataType, ///< Type of data to be held by vector. 131 int nalloc ///< Total number of elements to make available. 132 132 ); 133 133
Note:
See TracChangeset
for help on using the changeset viewer.
