Changeset 4312 for trunk/psLib/src/collections/psArray.h
- Timestamp:
- Jun 17, 2005, 2:53:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.h
r4307 r4312 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06-1 7 23:39:51$14 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-18 00:53:32 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 77 77 */ 78 78 psArray* psArrayAdd( 79 psArray* psArr, ///< array to operate on80 intdelta,79 psArray* array, ///< array to operate on 80 long delta, 81 81 ///< the amount to expand array, if necessary. If less than one, 10 will be used. 82 82 psPtr data ///< the data pointer to add to psArray … … 122 122 */ 123 123 psArray* psArraySort( 124 psArray* in, ///< input array to sort.125 psComparePtrFcn compare///< the compare function124 psArray* array, ///< input array to sort. 125 psComparePtrFcn func ///< the compare function 126 126 ); 127 127
Note:
See TracChangeset
for help on using the changeset viewer.
