Changeset 21512
- Timestamp:
- Feb 16, 2009, 12:29:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitModel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitModel.c
r21363 r21512 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02- 06 02:31:25$8 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-16 22:29:09 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 184 184 model->chisq = myMin->value; 185 185 model->nIter = myMin->iter; 186 model->nPix = y->n; 186 187 model->nDOF = y->n - nParams; 187 188 model->flags |= PM_MODEL_STATUS_FITTED;
Note:
See TracChangeset
for help on using the changeset viewer.
