Changeset 6556 for branches/rel10_ifa/psModules/src/objects/pmModel.c
- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmModel.c
r6537 r6556 1 /** @file pm Objects.c2 * 3 * This file will ...1 /** @file pmModel.c 2 * 3 * Functions to define and manipulate object models 4 4 * 5 5 * @author GLG, MHPCC 6 * @author EAM, IfA : significant modifications.7 * 8 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-03-0 7 06:33:35$6 * @author EAM, IfA 7 * 8 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-09 03:14:23 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <string.h> 18 18 #include "pslib.h" 19 #include "pmObjects.h" 20 #include "pmModelGroup.h" 19 #include "pmModel.h" 20 21 /* The following types and functions need to be known by pmModel.c and are defined in 22 pmModelGroup.h. The use of pmSource and other types in pmModelGroup.h prevent us from 23 directly including it here ***/ 24 25 typedef psMinimizeLMChi2Func pmModelFunc; 26 typedef bool (*pmModelFitStatusFunc)(pmModel *model); 27 pmModelFunc pmModelFunc_GetFunction (pmModelType type); 28 pmModelFitStatusFunc pmModelFitStatusFunc_GetFunction (pmModelType type); 29 int pmModelParameterCount(pmModelType type); 21 30 22 31 static void modelFree(pmModel *tmp)
Note:
See TracChangeset
for help on using the changeset viewer.
