IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.c

    r15039 r15562  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-27 03:35:29 $
     8 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-10 01:09:20 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    150150}
    151151
     152// XXX: Get rid of this:
    152153bool pmPeakTest(const psPtr ptr)
    153154{
     
    155156}
    156157
     158bool psMemCheckPeak(psPtr ptr)
     159{
     160    PS_ASSERT_PTR(ptr, false);
     161    return ( psMemGetDeallocator(ptr) == (psFreeFunc) peakFree);
     162}
     163
     164
    157165// psSort comparison function for peaks
     166// XXX: Add error-checking for NULL args
    158167int pmPeaksCompareAscend (const void **a, const void **b)
    159168{
     
    177186
    178187// psSort comparison function for peaks
     188// XXX: Add error-checking for NULL args
    179189int pmPeaksCompareDescend (const void **a, const void **b)
    180190{
Note: See TracChangeset for help on using the changeset viewer.