Changeset 23802
- Timestamp:
- 03/18/19 09:02:09 (6 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r23801 r23802 1550 1550 Input* base_input = inputs->GetInput(BaseEnum); _assert_(base_input); 1551 1551 Input* bed_input = inputs->GetInput(BedEnum); _assert_(bed_input); 1552 if(!bed_input) _error_("Could not find bed"); 1552 1553 surface_input->GetInputAverage(&surface); 1553 1554 base_input->GetInputAverage(&bed); -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r23801 r23802 2079 2079 Input* base_input = inputs->GetInput(BaseEnum); _assert_(base_input); 2080 2080 Input* bed_input = inputs->GetInput(BedEnum); _assert_(bed_input); 2081 if(!bed_input) _error_("Could not find bed"); 2081 2082 surface_input->GetInputAverage(&surface); 2082 2083 base_input->GetInputAverage(&bed);
Note:
See TracChangeset
for help on using the changeset viewer.