Changeset 28256
- Timestamp:
- Jun 8, 2010, 10:16:57 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackTarget.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackTarget.c
r28254 r28256 70 70 psVector *indices = psTreeAllWithin(tree, coords, exclusion); // Number within exclusion zone 71 71 psTrace("ppStack", 9, "Source at %.0lf,%.0lf has %ld sources in exclusion zone", 72 coords->data.F64[0], coords->data.F64[1], numWithin);72 coords->data.F64[0], coords->data.F64[1], indices->n); 73 73 if (indices->n == 1) { 74 74 // Only itself inside the exclusion zone
Note:
See TracChangeset
for help on using the changeset viewer.
