Changeset 670 for trunk/psLib/src/collections/psSort.c
- Timestamp:
- May 13, 2004, 12:47:52 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psSort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psSort.c
r668 r670 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-05-13 2 0:25:00$16 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-05-13 22:47:52 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 189 189 outN = outVector->n; 190 190 inVec = inVector->vec.f; 191 outVec = outVector->vec.i ;191 outVec = outVector->vec.i32; 192 192 193 193 if(inN != outN) {
Note:
See TracChangeset
for help on using the changeset viewer.
