Changeset 11248 for trunk/psLib/src/math/psCompare.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psCompare.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psCompare.h
r4367 r11248 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.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-23 03:50:29 $ 10 * 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 1 /* @file psCompare.h 2 * @brief Comparison functions for sorting routines 3 * 4 * @author Robert Daniel DeSonia, MHPCC 5 * 6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-23 22:47:23 $ 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 9 */ 13 10 … … 15 12 #define PS_COMPARE_H 16 13 14 /// @addtogroup MathOps Mathematical Operations 15 /// @{ 16 17 17 #include "psType.h" 18 19 /** @addtogroup Compare20 * @{21 */22 18 23 19 /** A comparison function for sorting elements that are pointers to data, … … 503 499 ); 504 500 505 506 501 /// @} 507 508 502 #endif // #ifndef PS_COMPARE_H
Note:
See TracChangeset
for help on using the changeset viewer.
