- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippTools/src
- Property svn:ignore
-
old new 39 39 warptool 40 40 staticskytool 41 41 bgtool 42 42 diffphottool
-
- Property svn:ignore
-
branches/eam_branches/ipp-20100621/ippTools/src/dettool.c
r26981 r28794 255 255 256 256 // get -ref_det_id and -ref_iter : required for 'verify' mode / disallowed otherwise 257 PXOPT_LOOKUP_S64(ref_det_id, config->args, "-ref_det_id", true, false);258 PXOPT_LOOKUP_S32(ref_iter, config->args, "-ref_iter", true, false);257 PXOPT_LOOKUP_S64(ref_det_id, config->args, "-ref_det_id", false, false); 258 PXOPT_LOOKUP_S32(ref_iter, config->args, "-ref_iter", false, false); 259 259 if (!strcmp(mode, "verify") && ((ref_det_id == 0) || (ref_iter == -1))) { 260 260 psError(PS_ERR_UNKNOWN, false, "verify mode requires both -ref_det_id and -ref_iter");
Note:
See TracChangeset
for help on using the changeset viewer.
