Changeset 25556 for branches/pap/psModules/src/objects/pmModelClass.c
- Timestamp:
- Sep 24, 2009, 2:54:17 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/objects/pmModelClass.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/objects/pmModelClass.c
r25548 r25556 177 177 178 178 for (int i = 0; i < Nmodels; i++) { 179 models[i].modelSetLimits(type); 179 if (models[i].modelSetLimits) { 180 models[i].modelSetLimits(type); 181 } 180 182 } 181 183
Note:
See TracChangeset
for help on using the changeset viewer.
