Ignore:
Timestamp:
08/11/20 19:43:31 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving inputs2 back to inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.cpp ΒΆ

    r24335 r25379  
    8787        /*We go find the input of the first element, and query its interpolation type: */
    8888        Element* element=xDynamicCast<Element*>(femmodel->elements->GetObjectByOffset(0));
    89         Input2* input=element->GetInput2(name);
     89        Input* input=element->GetInput(name);
    9090        if (!input) _error_("could not find input: " << name);
    9191
Note: See TracChangeset for help on using the changeset viewer.