Changeset 3682 for trunk/psLib/src/collections/psArray.c
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.c
r3286 r3682 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 2-18 22:17:20$11 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-04-07 20:27:41 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 55 55 // Create vector struct 56 56 psArr = (psArray* ) psAlloc(sizeof(psArray)); 57 p _psMemSetDeallocator(psArr, (psFreeFcn) arrayFree);57 psMemSetDeallocator(psArr, (psFreeFcn) arrayFree); 58 58 59 59 psArr->nalloc = nalloc;
Note:
See TracChangeset
for help on using the changeset viewer.
