IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 2:53:32 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psArray.h

    r4307 r4312  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-17 23:39:51 $
     14 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-18 00:53:32 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7777 */
    7878psArray* psArrayAdd(
    79     psArray* psArr,                    ///< array to operate on
    80     int delta,
     79    psArray* array,                    ///< array to operate on
     80    long delta,
    8181    ///< the amount to expand array, if necessary.  If less than one, 10 will be used.
    8282    psPtr data                         ///< the data pointer to add to psArray
     
    122122 */
    123123psArray* psArraySort(
    124     psArray* in,                       ///< input array to sort.
    125     psComparePtrFcn compare            ///< the compare function
     124    psArray* array,                       ///< input array to sort.
     125    psComparePtrFcn func                  ///< the compare function
    126126);
    127127
Note: See TracChangeset for help on using the changeset viewer.