Changeset 15714
- Timestamp:
- Nov 29, 2007, 11:48:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArray.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArray.c
r15713 r15714 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-11-29 21:4 6:55$11 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-11-29 21:48:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 244 244 } 245 245 246 // Comparison and swap functions for sorting values directly246 // Comparison and swap functions for sorting index into array 247 247 #define PSARRAY_SORT_COMPARE_INDEX(A,B) (func(array[index[A]], array[index[B]]) < 0) 248 248 #define PSARRAY_SORT_SWAP_INDEX(TYPE,A,B) { \
Note:
See TracChangeset
for help on using the changeset viewer.
