- Timestamp:
- Jun 23, 2012, 6:57:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/staticskytool.c
r33919 r34058 424 424 425 425 // XXX require at least a sky id (add better search options) 426 PXOPT_LOOKUP_S64(sky_id, config->args, "-sky_id", true, false);426 // PXOPT_LOOKUP_S64(sky_id, config->args, "-sky_id", true, false); 427 427 428 428 psMetadata *where = psMetadataAlloc(); … … 797 797 PS_ASSERT_PTR_NON_NULL(config, NULL); 798 798 799 PXOPT_LOOKUP_S64(det_id, config->args, "-sky_id", true, false);799 // XXX unused PXOPT_LOOKUP_S64(det_id, config->args, "-sky_id", true, false); 800 800 PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true, false); 801 801 PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
Note:
See TracChangeset
for help on using the changeset viewer.
