Changeset 33578 for trunk/psModules/src/objects/pmFootprintCullPeaks.c
- Timestamp:
- Mar 21, 2012, 12:12:13 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmFootprintCullPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmFootprintCullPeaks.c
r32998 r33578 178 178 psArray *myFP = pmFootprintsFind(subImg, threshold, 5); 179 179 if (!myFP) { 180 psWarning ("missing footprint? ");180 psWarning ("missing footprint? threshold: %.f", threshold); 181 181 continue; 182 182 } 183 183 if (!myFP->n) { 184 psWarning ("empty footprint? ");184 psWarning ("empty footprint? threshold: %.f", threshold); 185 185 psFree (myFP); 186 186 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
