Changeset 30748
- Timestamp:
- Feb 24, 2011, 9:00:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c
r30621 r30748 67 67 psArray *brightPeaks = psArrayAllocEmpty(fp->peaks->n); 68 68 psArrayAdd (brightPeaks, 128, fp->peaks->data[0]); 69 70 // XXX test point 71 // pmPeak *myPeak = fp->peaks->data[0]; 72 // if ((fabs(myPeak->x - 320) < 30) && (fabs(myPeak->y - 430) < 30)) { 73 // fprintf (stderr, "test peak\n"); 74 // } 69 75 70 76 // allocate the peakFootprint and peakFPSpans containers -- these are re-used by pmFootprintsFindAtPoint to minimize allocs in this function
Note:
See TracChangeset
for help on using the changeset viewer.
