Changeset 15979 for trunk/psModules/src/objects/pmPeaks.c
- Timestamp:
- Jan 2, 2008, 10:38:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.c
r15562 r15979 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $9 * @date $Date: 200 7-11-10 01:09:20$8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-01-02 20:38:28 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 123 123 *****************************************************************************/ 124 124 static void peakFree(pmPeak *tmp) 125 {} // used by pmPeakTest()125 {} // 126 126 127 127 pmPeak *pmPeakAlloc(psS32 x, … … 148 148 psTrace("psModules.objects", 3, "---- %s() end ----\n", __func__); 149 149 return(tmp); 150 }151 152 // XXX: Get rid of this:153 bool pmPeakTest(const psPtr ptr)154 {155 return (psMemGetDeallocator(ptr) == (psFreeFunc)peakFree);156 150 } 157 151
Note:
See TracChangeset
for help on using the changeset viewer.
