IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 11:02:23 AM (19 years ago)
Author:
eugene
Message:

rename psCompareFcn to psCompareFunc

File:
1 edited

Legend:

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

    r11248 r15075  
    44 * @author Robert Daniel DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-23 22:47:23 $
     6 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-09-28 21:02:23 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    3535 *                   than, equal to, or greater than the second.
    3636 */
    37 typedef int (*psCompareFcn) (
     37typedef int (*psCompareFunc) (
    3838    const void *a,                     ///< first comparison target
    3939    const void *b                      ///< second comparison target
Note: See TracChangeset for help on using the changeset viewer.