IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26142


Ignore:
Timestamp:
Nov 13, 2009, 2:45:47 PM (16 years ago)
Author:
bills
Message:

add a printf for debugging (ifdef'd out)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/MatchCoords.c

    r25208 r26142  
    5555        }
    5656
     57#ifdef notdef
     58        printf("%d %8.1f %8.1f %s\n", i, x, y, dbImages[i].name);
     59#endif
     60
    5761        if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
    5862            totalMatches++;
Note: See TracChangeset for help on using the changeset viewer.