IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 1:19:11 PM (22 years ago)
Author:
desonia
Message:

added psListSort function and fixed psListRemove to match the new SDRS (i,e.,
the function now returns a bool instead of a void*).

File:
1 edited

Legend:

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

    r1111 r1127  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-28 20:36:37 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-29 23:19:11 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121
    2222#define compareNumericPtrDescending(TYPE) \
    23 int psCompare##TYPE##DescendingPtr(const void** a, const void** b) { \
     23int psCompareDescending##TYPE##Ptr(const void** a, const void** b) { \
    2424    return **((ps##TYPE**)b) - **((ps##TYPE**)a); \
    2525}
Note: See TracChangeset for help on using the changeset viewer.