IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8329 for trunk/ippTools/src


Ignore:
Timestamp:
Aug 14, 2006, 1:42:59 PM (20 years ago)
Author:
jhoblitt
Message:

fix -updatexp -detrend to only add the exp into rawDetrendExp and not also into rawScienceExp;

File:
1 edited

Legend:

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

    r8321 r8329  
    264264            psFree(newExp);
    265265        }
     266
     267        psFree(output);
     268
     269        if (!psDBCommit(config->dbh)) {
     270            psError(PS_ERR_UNKNOWN, false, "database error");
     271            return false;
     272        }
     273
     274        return true;
    266275    }
    267276
Note: See TracChangeset for help on using the changeset viewer.