Changeset 1920 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Sep 28, 2004, 1:26:49 PM (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
r1897 r1920 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-09-2 5 02:06:12$14 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-28 23:26:48 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 83 83 */ 84 84 psVector* psVectorRealloc( 85 unsigned int nalloc, ///< Total number of elements to make available.86 psVector* restrict psVec ///< Vector to reallocate.85 psVector* restrict psVec, ///< Vector to reallocate. 86 unsigned int nalloc ///< Total number of elements to make available. 87 87 ); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.
