Changeset 2204 for trunk/psLib/src/collections/psCompare.h
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psCompare.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psCompare.h
r1473 r2204 1 /** @file psCompare.h 2 * @brief Comparison functions for sorting routines 3 * 4 * @author Robert Daniel DeSonia, MHPCC 5 * 6 * @ingroup Compare 7 * 8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-10-27 00:57:31 $ 10 * 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 */ 13 1 14 #if !defined(PS_COMPARE_H) 2 15 #define PS_COMPARE_H 3 16 4 /** @file psCompare.h 5 * @brief Comparison functions for sorting routines 6 * 7 * @author Robert Daniel DeSonia, MHPCC 8 * 9 * @ingroup Compare 10 * 11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-11 19:58:11 $ 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 */ 17 #include "psType.h" 16 18 17 19 /** @addtogroup Compare
Note:
See TracChangeset
for help on using the changeset viewer.
