IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 2:24:29 PM (19 years ago)
Author:
jhoblitt
Message:

add stackSumSkyfile.fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r14023 r14110  
    531531    }
    532532
     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
    533540    if (!psDBTransaction(config->dbh)) {
    534541        psError(PS_ERR_UNKNOWN, false, "database error");
     
    544551            path_base,
    545552            bg,
    546             bg_stdev
     553            bg_stdev,
     554            code
    547555        )) {
    548556        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.