IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2004, 8:07:22 AM (22 years ago)
Author:
harman
Message:

Extensive rework of psArray/psVector.

File:
1 edited

Legend:

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

    r578 r645  
    1414 *  @author Ross Harman, MHPCC
    1515 *   
    16  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-05-05 20:43:57 $
     16 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-05-12 18:07:22 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646 */
    4747
    48 psArray *psSort(psArray *restrict out, const psArray *restrict inArray);
     48psVector *psSort(psVector *restrict outVector, const psVector *restrict inVector);
    4949
    5050/** Creates an array of indices based on sort odred of float array.
     
    5656 */
    5757
    58 psArray *psSortIndex(psArray *restrict out, const psArray *restrict inArray);
     58psVector *psSortIndex(psVector *restrict outVector, const psVector *restrict inVector);
    5959
    6060#endif
Note: See TracChangeset for help on using the changeset viewer.