IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28256


Ignore:
Timestamp:
Jun 8, 2010, 10:16:57 AM (16 years ago)
Author:
Paul Price
Message:

Fix syntax error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackTarget.c

    r28254 r28256  
    7070        psVector *indices = psTreeAllWithin(tree, coords, exclusion); // Number within exclusion zone
    7171        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);
    7373        if (indices->n == 1) {
    7474            // Only itself inside the exclusion zone
Note: See TracChangeset for help on using the changeset viewer.