IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2011, 10:33:39 AM (15 years ago)
Author:
eugene
Message:

optionally save the covariance matrix with model fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmModel.c

    r30621 r30705  
    4141    psFree(tmp->params);
    4242    psFree(tmp->dparams);
     43    psFree(tmp->covar);
    4344    psTrace("psModules.objects", 10, "---- %s() end ----\n", __func__);
    4445}
     
    7172    tmp->flags = PM_MODEL_STATUS_NONE;
    7273    tmp->residuals = NULL;              // do not free: the model does not own this memory
     74    tmp->covar = NULL;
    7375    tmp->isPCM = false;
    7476
Note: See TracChangeset for help on using the changeset viewer.