Changeset 4371
- Timestamp:
- 06/30/10 16:13:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r4369 r4371 996 996 997 997 /*Do nothing if we don't find it: */ 998 if(!input) return;998 if(!input) return; 999 999 1000 1000 /*Constrain input using cm_min and cm_max: */ … … 1045 1045 /*Make a copy of the original input: */ 1046 1046 original=(Input*)this->inputs->GetInput(original_enum); 1047 if(!original)ISSMERROR(" could not find old input with enum: %s",EnumAsString(original_enum)); 1047 1048 copy=(Input*)original->copy(); 1048 1049 … … 1061 1062 /*Make a copy of the original input: */ 1062 1063 input=(Input*)this->inputs->GetInput(enum_type); 1064 if(!input)ISSMERROR(" could not find old input with enum: %s",EnumAsString(enum_type)); 1063 1065 1064 1066 /*Scale: */
Note:
See TracChangeset
for help on using the changeset viewer.