Changeset 6556 for branches/rel10_ifa/psModules/src/objects/pmPeaks.c
- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmPeaks.c
r6537 r6556 1 /** @file pm Objects.c1 /** @file pmPeaks.c 2 2 * 3 * This file will ...3 * This file defines functions to detect and manipulate peaks in images 4 4 * 5 5 * @author GLG, MHPCC 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-03-0 7 06:33:35$8 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-09 03:14:23 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <string.h> 18 18 #include "pslib.h" 19 #include "pmObjects.h" 20 #include "pmModelGroup.h" 19 #include "pmPeaks.h" 21 20 22 21 /****************************************************************************** … … 110 109 } 111 110 112 // XXX are these private or public?113 111 // psSort comparison function for peaks 114 int pm ComparePeakAscend (const void **a, const void **b)112 int pmPeaksCompareAscend (const void **a, const void **b) 115 113 { 116 114 psTrace(__func__, 3, "---- %s() begin ----\n", __func__); … … 133 131 134 132 // psSort comparison function for peaks 135 int pm ComparePeakDescend (const void **a, const void **b)133 int pmPeaksCompareDescend (const void **a, const void **b) 136 134 { 137 135 psTrace(__func__, 3, "---- %s() begin ----\n", __func__);
Note:
See TracChangeset
for help on using the changeset viewer.
