Changeset 20754 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Nov 13, 2008, 11:09:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r20753 r20754 82 82 coords->data.F32[0] = source->peak->xf; 83 83 coords->data.F32[1] = source->peak->yf; 84 if (psTreeWithin(tree, coords, exclusion) == 1) { 84 85 long numWithin = psTreeWithin(tree, coords, exclusion); // Number within exclusion zone 86 psTrace("ppStack", 5, "Source at %.0f,%.0f has %ld sources in exclusion zone", 87 coords->data.F32[0], coords->data.F32[1], numWithin); 88 if (numWithin == 1) { 85 89 // Only itself inside the exclusion zone 86 90 filtered = psArrayAdd(filtered, filtered->n, source);
Note:
See TracChangeset
for help on using the changeset viewer.
