Changeset 645 for trunk/psLib/src/collections/psSort.h
- Timestamp:
- May 12, 2004, 8:07:22 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psSort.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psSort.h
r578 r645 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-05- 05 20:43:57$16 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-05-12 18:07:22 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 */ 47 47 48 ps Array *psSort(psArray *restrict out, const psArray *restrict inArray);48 psVector *psSort(psVector *restrict outVector, const psVector *restrict inVector); 49 49 50 50 /** Creates an array of indices based on sort odred of float array. … … 56 56 */ 57 57 58 ps Array *psSortIndex(psArray *restrict out, const psArray *restrict inArray);58 psVector *psSortIndex(psVector *restrict outVector, const psVector *restrict inVector); 59 59 60 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
