Changeset 30791
- Timestamp:
- Mar 4, 2011, 11:25:16 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/getstar/src/MatchCoords.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/MatchCoords.c
r30782 r30791 58 58 } 59 59 60 if (VERBOSE) fprintf(stderr, "%ld%8.1f %8.1f %s\n", i, x, y, dbImages[i].name);60 if (VERBOSE) fprintf(stderr, OFF_T_FMT" %8.1f %8.1f %s\n", i, x, y, dbImages[i].name); 61 61 62 62 if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
Note:
See TracChangeset
for help on using the changeset viewer.
