Changeset 1920 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Sep 28, 2004, 1:26:49 PM (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
r1897 r1920 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 5 02:06:12$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-28 23:26:48 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 } 65 65 66 psVector* psVectorRealloc( unsigned int nalloc, psVector* restrict in)66 psVector* psVectorRealloc(psVector* restrict in, unsigned int nalloc) 67 67 { 68 68 int elementSize = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
