IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2005, 2:39:58 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psCompare.c

    r2204 r3148  
    77 *  @author Robert Daniel DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-27 00:57:31 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-08 00:39:58 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131
    3232#define COMPARE_NUMERIC_DESCENDING(TYPE) \
    33 int psCompare##TYPE##Descending(const void* a, const void* b) { \
     33int psCompareDescending##TYPE(const void* a, const void* b) { \
    3434    return *((ps##TYPE*)b) - *((ps##TYPE*)a); \
    3535}
Note: See TracChangeset for help on using the changeset viewer.