Changeset 14110 for trunk/ippTools
- Timestamp:
- Jul 10, 2007, 2:24:29 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
stacktool.c (modified) (2 diffs)
-
stacktoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r14023 r14110 531 531 } 532 532 533 // default values 534 psS16 code = psMetadataLookupS16(&status, config->args, "-code"); 535 if (!status) { 536 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -code"); 537 return false; 538 } 539 533 540 if (!psDBTransaction(config->dbh)) { 534 541 psError(PS_ERR_UNKNOWN, false, "database error"); … … 544 551 path_base, 545 552 bg, 546 bg_stdev 553 bg_stdev, 554 code 547 555 )) { 548 556 if (!psDBRollback(config->dbh)) { -
trunk/ippTools/src/stacktoolConfig.c
r14023 r14110 118 118 psMetadataAddF64(addsumskyfileArgs, PS_LIST_TAIL, "-bg_stdev", 0, 119 119 "define exposue background mean stdev", NAN); 120 psMetadataAddS16(addsumskyfileArgs, PS_LIST_TAIL, "-code", 0, 121 "set fault code", 0); 122 120 123 121 124 // -sumskyfile
Note:
See TracChangeset
for help on using the changeset viewer.
