IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4162 r4367  
    66 *  @ingroup Compare
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-08 23:40:45 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-23 03:50:29 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828 *                   than, equal to, or greater than the second.
    2929 */
    30 typedef int (*psComparePtrFcn) (
     30typedef int (*psComparePtrFunc) (
    3131    const void **a,                    ///< first comparison target
    3232    const void **b                     ///< second comparison target
Note: See TracChangeset for help on using the changeset viewer.