Changeset 16347 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 10/09/13 08:02:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16346 r16347 1594 1594 /*Need to know the type of approximation for this element*/ 1595 1595 if(iomodel->Data(FlowequationElementEquationEnum)){ 1596 this->inputs->AddInput(new IntInput(ApproximationEnum, iomodel->Data(FlowequationElementEquationEnum)[index]));1596 this->inputs->AddInput(new IntInput(ApproximationEnum,reCast<int>(iomodel->Data(FlowequationElementEquationEnum)[index]))); 1597 1597 } 1598 1598
Note:
See TracChangeset
for help on using the changeset viewer.