Changeset 1008 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Jun 11, 2004, 3:33:16 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
r945 r1008 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-06- 09 18:20:01$10 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-12 01:33:16 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 145 145 } 146 146 147 in->data.V = psRealloc(in->data.V,nalloc*PSELEMTYPE_SIZEOF( elemType));147 in->data.V = psRealloc(in->data.V,nalloc*PSELEMTYPE_SIZEOF(type)); 148 148 149 149 in->n = 0; 150 in->type.type = elemType;150 in->type.type = type; 151 151 in->nalloc = nalloc; 152 152
Note:
See TracChangeset
for help on using the changeset viewer.
