Index: trunk/psLib/src/collections/psCompare.c
===================================================================
--- trunk/psLib/src/collections/psCompare.c	(revision 1111)
+++ trunk/psLib/src/collections/psCompare.c	(revision 1127)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-28 20:36:37 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-29 23:19:11 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
 
 #define compareNumericPtrDescending(TYPE) \
-int psCompare##TYPE##DescendingPtr(const void** a, const void** b) { \
+int psCompareDescending##TYPE##Ptr(const void** a, const void** b) { \
     return **((ps##TYPE**)b) - **((ps##TYPE**)a); \
 }
