Changeset 3148 for trunk/psLib/src/math/psCompare.c
- Timestamp:
- Feb 7, 2005, 2:39:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psCompare.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psCompare.c
r2204 r3148 7 7 * @author Robert Daniel DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 200 4-10-27 00:57:31$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-08 00:39:58 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 32 32 #define COMPARE_NUMERIC_DESCENDING(TYPE) \ 33 int psCompare ##TYPE##Descending(const void* a, const void* b) { \33 int psCompareDescending##TYPE(const void* a, const void* b) { \ 34 34 return *((ps##TYPE*)b) - *((ps##TYPE*)a); \ 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
