IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2004, 1:52:34 PM (22 years ago)
Author:
desonia
Message:

Changed psSort and psSortIndex to psVectorSort and psVectorSortIndex as well as added support for all non-complex datatypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r1204 r1233  
    1414 *  @ingroup MemoryManagement
    1515 *
    16  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-07-09 02:45:42 $
     16 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-07-15 23:52:34 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121
    2222#include <stdio.h>                      // needed for FILE
     23#include <stdbool.h>
    2324#include <pthread.h>                    // we need a mutex to make this stuff thread safe.
    2425
     
    208209 */
    209210int psMemCheckCorruption(
    210     int abort_on_error              ///< Abort on detecting corruption?
     211    bool abort_on_error              ///< Abort on detecting corruption?
    211212);
    212213
Note: See TracChangeset for help on using the changeset viewer.