IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16126


Ignore:
Timestamp:
Jan 17, 2008, 4:08:14 PM (18 years ago)
Author:
jhoblitt
Message:

fix -detrend flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/end_stage/ippTools/src/regtool.c

    r16118 r16126  
    704704    if (detrend) {
    705705        psFree(newExp);
     706        if (!psDBCommit(config->dbh)) {
     707            psError(PS_ERR_UNKNOWN, false, "database error");
     708            return false;
     709        }
    706710        return true;
    707711    }
Note: See TracChangeset for help on using the changeset viewer.