Changeset 30960
- Timestamp:
- Mar 18, 2011, 8:49:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/MatchCoords.c
r30581 r30960 54 54 55 55 56 if (VERBOSE) fprintf(stderr, "%ld%8.1f %8.1f %s\n", i, x, y, dbImages[i].name);56 if (VERBOSE) fprintf(stderr, OFF_T_FMT" %8.1f %8.1f %s\n", i, x, y, dbImages[i].name); 57 57 58 58 if ((x >= xmin && x <= xmax) && (y >= ymin && y <= ymax)) {
Note:
See TracChangeset
for help on using the changeset viewer.
