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.h

    r4330 r4367  
    77 *  @ingroup LinkedList
    88 *
    9  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-21 03:01:37 $
     9 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-23 03:50:29 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9999psListIterator* psListIteratorAlloc(
    100100    psList* list,                      ///< the psList to iterate with
    101     long location,                      ///< the initial starting point.
     101    long location,                     ///< the initial starting point.
    102102    ///<  This can be a numeric index, PS_LIST_HEAD, or PS_LIST_TAIL.
    103103    bool mutable                       ///< Is it permissible to modify list?
     
    221221psList* psListSort(
    222222    psList* list,                      ///< the list to sort
    223     psComparePtrFcn compare            ///< the comparison function
     223    psComparePtrFunc func              ///< the comparison function
    224224);
    225225
Note: See TracChangeset for help on using the changeset viewer.