Changeset 9043 for trunk/ippTools/src/dettool.c
- Timestamp:
- Sep 28, 2006, 3:09:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8986 r9043 3763 3763 } 3764 3764 // optional 3765 bool reject = psMetadataLookupBool(&status, config->args, "-reject");3766 if (!status) { 3767 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for - reject");3765 bool accept = psMetadataLookupBool(&status, config->args, "-accept"); 3766 if (!status) { 3767 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -accept"); 3768 3768 return NULL; 3769 3769 } … … 3775 3775 bg_stdev, 3776 3776 bg_mean_stdev, 3777 !reject3777 accept 3778 3778 ); 3779 3779 }
Note:
See TracChangeset
for help on using the changeset viewer.
