Changeset 1103 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Jun 25, 2004, 2:24:30 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
r1073 r1103 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-06-2 3 23:00:15$10 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-26 00:24:30 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 74 74 psVec->type.type = elemType; 75 75 psVec->nalloc = nalloc; 76 psVec->n = 0;76 psVec->n = nalloc; 77 77 78 78 // Create vector data array
Note:
See TracChangeset
for help on using the changeset viewer.
