Changeset 7311 for trunk/psModules/src/objects/pmSourceFitModel.c
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitModel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitModel.c
r6960 r7311 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-23 01:07:51$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-03 01:02:08 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 515 515 psTrace (__func__, 5, "fitting function\n"); 516 516 fitStatus = psMinimizeLMChi2(myMin, covar, params, constrain, x, y, yErr, pmModelFitSet); 517 if (!fitStatus) { 518 psError(PS_ERR_UNKNOWN, false, "Failed to fit model\n"); 519 } 517 520 518 521 // parameter errors from the covariance matrix
Note:
See TracChangeset
for help on using the changeset viewer.
