Changeset 1404 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Aug 6, 2004, 11:50:14 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.c
r1385 r1404 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-0 4 23:37:39$10 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-06 21:50:13 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 117 117 } 118 118 119 psVector *psVectorRecycle( psVector *restrict in, psElemType type, unsigned int nalloc)119 psVector *psVectorRecycle( psVector *restrict in, unsigned int nalloc, psElemType type ) 120 120 { 121 121 psElemType elemType;
Note:
See TracChangeset
for help on using the changeset viewer.
