Changeset 12171
- Timestamp:
- Mar 1, 2007, 4:34:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArray.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArray.c
r11701 r12171 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 2-08 03:34:09$11 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-03-02 02:34:45 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 66 66 67 67 // Create vector struct 68 psArray *array = (psArray*)p sAlloc(sizeof(psArray));68 psArray *array = (psArray*)p_psAlloc(file, lineno, func, sizeof(psArray)); 69 69 psMemSetDeallocator(array, (psFreeFunc)arrayFree); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
