Changeset 15376 for trunk/ippTools/src/difftool.c
- Timestamp:
- Oct 25, 2007, 10:34:12 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r14357 r15376 267 267 } 268 268 if (stack_id && warp_id) { 269 psError(PS_ERR_UNKNOWN, true, "either -stack_id or -warp_id must be specified"); 269 psError(PS_ERR_UNKNOWN, true, "either -stack_id or -warp_id must be specified"); 270 270 return false; 271 271 } … … 596 596 } 597 597 598 psF64 good_frac = psMetadataLookupF64(&status, config->args, "-good_frac"); 599 if (!status) { 600 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -good_frac"); 601 return false; 602 } 603 598 604 if (!psDBTransaction(config->dbh)) { 599 605 psError(PS_ERR_UNKNOWN, false, "database error"); … … 607 613 bg, 608 614 bg_stdev, 615 good_frac, 609 616 code 610 617 )) {
Note:
See TracChangeset
for help on using the changeset viewer.
