Changeset 21559
- Timestamp:
- 02/10/17 15:03:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r21551 r21559 2040 2040 GetInputListOnVertices(&enthalpy[0],EnthalpyEnum); 2041 2041 ThermalToEnthalpy(&enthalpy[3],yearlytemperatures[3],0.,0.); 2042 ThermalToEnthalpy(&enthalpy[4],yearlytemperatures[3],0.,0.); 2043 ThermalToEnthalpy(&enthalpy[5],yearlytemperatures[3],0.,0.); 2042 ThermalToEnthalpy(&enthalpy[4],yearlytemperatures[4],0.,0.); 2043 ThermalToEnthalpy(&enthalpy[5],yearlytemperatures[5],0.,0.); 2044 printarray(enthalpy,1,6); 2044 2045 this->inputs->AddInput(new PentaInput(EnthalpyEnum,&enthalpy[0],P1Enum)); 2045 2046 }
Note:
See TracChangeset
for help on using the changeset viewer.