Changeset 11687 for trunk/psModules/src/objects/pmSourceFitModel.c
- Timestamp:
- Feb 7, 2007, 1:58:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitModel.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitModel.c
r10259 r11687 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $9 * @date $Date: 200 6-11-29 02:41:31$8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-02-07 23:58:17 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 112 112 pmModelFunc modelFunc = pmModelFunc_GetFunction (model->type); 113 113 if (!modelFunc) 114 psAbort ("pmSourceFitModel","invalid model function");114 psAbort("invalid model function"); 115 115 pmModelLimits checkLimits = pmModelLimits_GetFunction (model->type); 116 116 if (!checkLimits) 117 psAbort ("pmSourceFitModel","invalid model limits function");117 psAbort("invalid model limits function"); 118 118 119 119 // create the minimization constraints … … 146 146 break; 147 147 default: 148 psAbort ("pmSourceFitModel","invalid fitting mode");148 psAbort("invalid fitting mode"); 149 149 } 150 150 // force the floating parameters to fall within the contraint ranges … … 448 448 break; 449 449 default: 450 psAbort ("pmSourceFitModel","invalid fitting mode");450 psAbort("invalid fitting mode"); 451 451 } 452 452
Note:
See TracChangeset
for help on using the changeset viewer.
