Changeset 10257 for trunk/psModules/src/objects
- Timestamp:
- Nov 28, 2006, 4:36:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModelGroup.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModelGroup.h
r7478 r10257 9 9 * @author EAM, IfA 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2006- 06-10 02:58:43$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-11-29 02:36:07 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 // This function is the model chi-square minimization function for this model. 22 22 typedef psMinimizeLMChi2Func pmModelFunc; 23 24 // This function is the model chi-square minimization function for this model. 25 typedef psMinimizeLMLimitFunc pmModelLimits; 23 26 24 27 // This function returns the integrated flux for the given model parameters. … … 32 35 /* This function sets the model parameter limits vectors for the given model 33 36 */ 34 typedef bool (*pmModelLimits)(psVector **beta_lim, psVector **params_min, psVector **params_max);37 // typedef bool (*pmModelLimits)(psVector **beta_lim, psVector **params_min, psVector **params_max); 35 38 36 39 /* This function provides the model guess parameters based on the details of
Note:
See TracChangeset
for help on using the changeset viewer.
