IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2004, 5:01:04 PM (22 years ago)
Author:
Paul Price
Message:

Standardised on /< as Doxygen comment for variable.

File:
1 edited

Legend:

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

    r257 r344  
    1414/** Sort an array. Inputs not restrict-ed to allow sort in place */
    1515psFloatArray *
    16 psSort(psFloatArray *out,               //!< Sorted array to return. May be NULL
    17        const psFloatArray *myArray      //!< Array to sort
     16psSort(psFloatArray *out,               ///< Sorted array to return. May be NULL
     17       const psFloatArray *myArray      ///< Array to sort
    1818    );
    1919
    2020/** Sort an array, along with some other stuff.  Returns an index array */
    2121psIntArray *
    22 psSortIndex(psIntArray *restrict out,   //!< Output index array (may be NULL)
    23             const psFloatArray *restrict myArray //!< Array to sort
     22psSortIndex(psIntArray *restrict out,   ///< Output index array (may be NULL)
     23            const psFloatArray *restrict myArray ///< Array to sort
    2424    );
    2525
Note: See TracChangeset for help on using the changeset viewer.