IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4316 r4367  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-18 03:13:01 $
     8 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-23 03:50:29 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    610610}
    611611
    612 psList* psListSort(psList* list, psComparePtrFcn compare)
     612psList* psListSort(psList* list, psComparePtrFunc func)
    613613{
    614614    psArray* arr;
     
    622622    psFree(list);
    623623
    624     arr = psArraySort(arr, compare);
     624    arr = psArraySort(arr, func);
    625625
    626626    // convert back to linked list
Note: See TracChangeset for help on using the changeset viewer.