Changeset 35383 for trunk/ppStack/src/ppStackTarget.c
- Timestamp:
- Apr 9, 2013, 1:33:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackTarget.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackTarget.c
r34089 r35383 60 60 } 61 61 float xSource, ySource; // Coordinates of source 62 coordsFromSource(&xSource, &ySource, NULL, source); 62 float Smag; // magnitude of source 63 coordsFromSource(&xSource, &ySource, &Smag, source); 63 64 64 65 coords->data.F64[0] = xSource; … … 66 67 67 68 psVector *indices = psTreeAllWithin(tree, coords, exclusion); // Number within exclusion zone 68 psTrace("ppStack", 9, "Source at %.0lf,%.0lf has %ld sources in exclusion zone",69 coords->data.F64[0], coords->data.F64[1], indices->n);69 psTrace("ppStack", 5, "Filtering: Source at %.0lf %.0lf with mag %f has %ld sources in exclusion zone", 70 coords->data.F64[0], coords->data.F64[1], Smag, indices->n); 70 71 if (indices->n == 1) { 71 72 // Only itself inside the exclusion zone
Note:
See TracChangeset
for help on using the changeset viewer.
