IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2004, 5:33:48 PM (22 years ago)
Author:
eugene
Message:

cleaned up structures to compile successfully

File:
1 edited

Legend:

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

    r247 r253  
    1515/** Sort an array, along with some other stuff.  Returns an index array */
    1616psIntArray *
    17 psSortIndex(psIntArray *restrict out;   //!< Output index array (may be NULL)
     17psSortIndex(psIntArray *restrict out,   //!< Output index array (may be NULL)
    1818            const psFloatArray *restrict myArray //!< Array to sort
    1919    );
Note: See TracChangeset for help on using the changeset viewer.