Changeset 35408
- Timestamp:
- Apr 17, 2013, 11:49:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/delstar/src/delete_duplicate_images.c
r35406 r35408 470 470 // XXX this is probably bad : it assumes all chips 471 471 // should be deleted for a given exposure 472 off_t parentID = image[i].parentID;473 if (parentID) {474 off_t Np = parentID - imageID->minID;475 myAssert (Np >= 0, "oops");476 myAssert (Np < imageID->range, "oops");477 imageID->value[Np] = TRUE;478 }472 // off_t parentID = image[i].parentID; 473 // if (parentID) { 474 // off_t Np = parentID - imageID->minID; 475 // myAssert (Np >= 0, "oops"); 476 // myAssert (Np < imageID->range, "oops"); 477 // imageID->value[Np] = TRUE; 478 // } 479 479 } 480 480
Note:
See TracChangeset
for help on using the changeset viewer.
