IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 2:54:17 PM (17 years ago)
Author:
Paul Price
Message:

Not all models may have an associated "modelSetLimits" function.

File:
1 edited

Legend:

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

    r25548 r25556  
    177177
    178178    for (int i = 0; i < Nmodels; i++) {
    179         models[i].modelSetLimits(type);
     179        if (models[i].modelSetLimits) {
     180            models[i].modelSetLimits(type);
     181        }
    180182    }
    181183
Note: See TracChangeset for help on using the changeset viewer.