Changeset 25521 for branches/pap/psModules/src/objects/pmModelClass.h
- Timestamp:
- Sep 23, 2009, 5:12:22 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/objects/pmModelClass.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/objects/pmModelClass.h
r15697 r25521 32 32 /// @{ 33 33 34 typedef struct 35 { 34 typedef struct { 36 35 char *name; 37 36 int nParams; … … 44 43 pmModelParamsFromPSF modelParamsFromPSF; 45 44 pmModelFitStatusFunc modelFitStatus; 45 pmModelSetLimitsFunc modelSetLimits; 46 46 } pmModelClass; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.
