IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:20:27 PM (20 years ago)
Author:
eugene
Message:

various cleanups, fixes, additions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psModulesUtils.c

    r5802 r5828  
    110110    pmModel *new = pmModelAlloc (model->type);
    111111   
    112     new->chisq = model->chisq;
    113     new->nIter = model->nIter;
     112    new->chisq  = model->chisq;
     113    new->nDOF   = model->nDOF;
     114    new->nIter  = model->nIter;
     115    new->status = model->status;
     116    new->radius = model->radius;
    114117
    115118    for (int i = 0; i < new->params->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.