Changeset 7872
- Timestamp:
- Jul 11, 2006, 5:50:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r7579 r7872 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.7 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 6-15 02:29:12$11 * @version $Revision: 1.77 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-07-12 03:50:48 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 336 336 337 337 // Heap sort of the array 338 // XXX since the key size is fixed (same number of bits) a Radix sort could be 339 // a big win here -- someone should benchmark this -JH 338 340 #define PSVECTOR_SORT_CASE(NAME) \ 339 341 case PS_TYPE_##NAME: { \
Note:
See TracChangeset
for help on using the changeset viewer.
