Changeset 668 for trunk/psLib/src/collections/psSort.c
- Timestamp:
- May 13, 2004, 10:25:00 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psSort.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psSort.c
r645 r668 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-05-1 2 18:07:22$16 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-05-13 20:25:00 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 174 174 float diff = 0.0f; 175 175 psVector *tmpFloatVector = NULL; 176 psType tempType;177 176 178 177 if(outVector == NULL) { … … 198 197 } 199 198 200 tempType.type = PS_TYPE_FLOAT; 201 tmpFloatVector = psVectorAlloc(tempType, inN); 199 tmpFloatVector = psVectorAlloc(PS_TYPE_FLOAT, inN); 202 200 tmpFloatVector->n = inN; 203 201 tmpFloatVector = psSort(tmpFloatVector, inVector);
Note:
See TracChangeset
for help on using the changeset viewer.
