Changeset 578 for trunk/psLib/src/collections/psSort.h
- Timestamp:
- May 5, 2004, 10:43:57 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psSort.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psSort.h
r450 r578 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-0 4-19 20:10:46$16 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-05-05 20:43:57 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 20 20 */ 21 21 22 22 #ifndef PSSORT_H 23 23 #define PSSORT_H … … 38 38 /* FUNCTION PROTOTYPES */ 39 39 /*****************************************************************************/ 40 40 41 41 /** Sort an array of floats. 42 42 * … … 46 46 */ 47 47 48 ps FloatArray *psSort(psFloatArray *restrict out, const psFloatArray *restrict inArray);48 psArray *psSort(psArray *restrict out, const psArray *restrict inArray); 49 49 50 50 /** Creates an array of indices based on sort odred of float array. … … 56 56 */ 57 57 58 ps IntArray *psSortIndex(psIntArray *restrict out, const psFloatArray *restrict inArray);58 psArray *psSortIndex(psArray *restrict out, const psArray *restrict inArray); 59 59 60 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
