Changeset 15075
- Timestamp:
- Sep 28, 2007, 11:02:23 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psCompare.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psCompare.h
r11248 r15075 4 4 * @author Robert Daniel DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-23 22:47:23 $6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-09-28 21:02:23 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 35 35 * than, equal to, or greater than the second. 36 36 */ 37 typedef int (*psCompareF cn) (37 typedef int (*psCompareFunc) ( 38 38 const void *a, ///< first comparison target 39 39 const void *b ///< second comparison target
Note:
See TracChangeset
for help on using the changeset viewer.
