IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2004, 4:10:27 PM (22 years ago)
Author:
Paul Price
Message:

Updating from SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psSort.h

    r671 r1581  
    1515psVector *
    1616psSort(psVector *out,                   ///< Sorted array to return. May be NULL
    17        const psVector *restrict in)     ///< Array to sort
     17       const psVector *in)              ///< Array to sort
    1818;
    1919
    2020/** Sort an array, along with some other stuff.  Returns an index array */
    2121psVector *
    22 psSortIndex(psVector *restrict out,     ///< Output index array (may be NULL)
    23             const psVector *restrict in) ///< Array to sort
     22psSortIndex(psVector *out,              ///< Output index array (may be NULL)
     23            const psVector *in)         ///< Array to sort
    2424;
    2525
Note: See TracChangeset for help on using the changeset viewer.