- Timestamp:
- 08/11/20 19:43:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.cpp ΒΆ
r24335 r25379 87 87 /*We go find the input of the first element, and query its interpolation type: */ 88 88 Element* element=xDynamicCast<Element*>(femmodel->elements->GetObjectByOffset(0)); 89 Input 2* input=element->GetInput2(name);89 Input* input=element->GetInput(name); 90 90 if (!input) _error_("could not find input: " << name); 91 91
Note:
See TracChangeset
for help on using the changeset viewer.