IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 10:43:57 AM (22 years ago)
Author:
harman
Message:

Updated per SDR documentation bug fixes

File:
1 edited

Legend:

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

    r450 r578  
    1414 *  @author Ross Harman, MHPCC
    1515 *   
    16  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-04-19 20:10:46 $
     16 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-05-05 20:43:57 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2020 */
    21  
     21
    2222#ifndef PSSORT_H
    2323#define PSSORT_H
     
    3838/* FUNCTION PROTOTYPES                                                       */
    3939/*****************************************************************************/
    40  
     40
    4141/** Sort an array of floats.
    4242 *
     
    4646 */
    4747
    48 psFloatArray *psSort(psFloatArray *restrict out, const psFloatArray *restrict inArray);
     48psArray *psSort(psArray *restrict out, const psArray *restrict inArray);
    4949
    5050/** Creates an array of indices based on sort odred of float array.
     
    5656 */
    5757
    58 psIntArray *psSortIndex(psIntArray *restrict out, const psFloatArray *restrict inArray);
     58psArray *psSortIndex(psArray *restrict out, const psArray *restrict inArray);
    5959
    6060#endif
Note: See TracChangeset for help on using the changeset viewer.