Changeset 21207
- Timestamp:
- 09/15/16 21:16:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r21206 r21207 1402 1402 1403 1403 /*Check that name is an element input*/ 1404 if(!IsInput(name)) _error_("Enum "<<EnumToStringx(name)<<" is not in IsInput");1404 if(!IsInput(name)) return; 1405 1405 1406 1406 /*update input*/
Note:
See TracChangeset
for help on using the changeset viewer.