- Timestamp:
- Apr 19, 2013, 3:42:02 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackTarget.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk merged: 35353-35354,35356-35368,35380,35383-35384,35388-35392,35394-35400,35409-35411
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/ppStack/src/ppStackTarget.c
r34089 r35413 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.
