Changeset 36424
- Timestamp:
- Jan 7, 2014, 11:39:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/psModules/src/objects/pmModelClass.c
r36412 r36424 265 265 } 266 266 } else { 267 // no lookup table defined , if inputType refers to a defined model, return it268 // for backwards compatability 269 if ( pmModelClassGetName(inputType)) {267 // no lookup table defined 268 // for backwards compatability if inputType refers to a defined model, return it 269 if (inputType >= 0 && pmModelClassGetName(inputType)) { 270 270 localType = inputType; 271 271 }
Note:
See TracChangeset
for help on using the changeset viewer.
