IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 5:12:22 PM (17 years ago)
Author:
Paul Price
Message:

Added multiple sets of limits for models. Involved reorganisation of how the models are sucked into the pmModelClasses: now using header files instead of including the source for each model. This allows static variables to be properly respected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/objects/pmModelClass.h

    r15697 r25521  
    3232/// @{
    3333
    34 typedef struct
    35 {
     34typedef struct {
    3635    char *name;
    3736    int nParams;
     
    4443    pmModelParamsFromPSF modelParamsFromPSF;
    4544    pmModelFitStatusFunc modelFitStatus;
     45    pmModelSetLimitsFunc modelSetLimits;
    4646} pmModelClass;
    4747
Note: See TracChangeset for help on using the changeset viewer.