Changeset 30499
- Timestamp:
- Feb 7, 2011, 1:32:58 PM (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
r27940 r30499 53 53 } 54 54 55 #ifdef notdef 56 printf("%ld %8.1f %8.1f %s\n", i, x, y, dbImages[i].name); 57 #endif 55 56 if (VERBOSE) fprintf(stderr, "%ld %8.1f %8.1f %s\n", i, x, y, dbImages[i].name); 58 57 59 58 if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
Note:
See TracChangeset
for help on using the changeset viewer.
