IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r1473 r2204  
     1/** @file psCompare.h
     2 *  @brief Comparison functions for sorting routines
     3 *
     4 *  @author Robert Daniel DeSonia, MHPCC
     5 *
     6 *  @ingroup Compare
     7 *
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-10-27 00:57:31 $
     10 *
     11 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     12 */
     13
    114#if !defined(PS_COMPARE_H)
    215#define PS_COMPARE_H
    316
    4 /** @file psCompare.h
    5  *  @brief Comparison functions for sorting routines
    6  *
    7  *  @author Robert Daniel DeSonia, MHPCC
    8  *
    9  *  @ingroup Compare
    10  *
    11  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-08-11 19:58:11 $
    13  *
    14  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    15  */
     17#include "psType.h"
    1618
    1719/** @addtogroup Compare
Note: See TracChangeset for help on using the changeset viewer.