Changeset 26878
- Timestamp:
- 02/10/22 12:17:05 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r26877 r26878 859 859 860 860 /*Retrieve all inputs and parameters we will need*/ 861 Input * vx_input = this->GetInput(VxEnum);_assert_(vx_input);862 Input * vy_input = this->GetInput(VyEnum);_assert_(vy_input);863 Input * B_input = this->GetInput(MaterialsRheologyBbarEnum);_assert_(B_input);864 Input * gr_input = this->GetInput(MaskOceanLevelsetEnum);_assert_(gr_input);865 Input * bs_input = this->GetInput(BedEnum);_assert_(bs_input);866 Input * H_input = this->GetInput(ThicknessEnum);_assert_(H_input);867 Input *smax_fl_input = this->GetInput(CalvingStressThresholdFloatingiceEnum); _assert_(smax_fl_input);868 Input *smax_gr_input = this->GetInput(CalvingStressThresholdGroundediceEnum); _assert_(smax_gr_input);869 Input * n_input = this->GetInput(MaterialsRheologyNEnum);_assert_(n_input);870 Input * sl_input = this->GetInput(SealevelEnum);_assert_(sl_input);871 Input * mrate_input = this->GetInput(CalvingMeltingrateEnum);_assert_(mrate_input);861 Input *vx_input = this->GetInput(VxEnum); _assert_(vx_input); 862 Input *vy_input = this->GetInput(VyEnum); _assert_(vy_input); 863 Input *B_input = this->GetInput(MaterialsRheologyBbarEnum); _assert_(B_input); 864 Input *gr_input = this->GetInput(MaskOceanLevelsetEnum); _assert_(gr_input); 865 Input *bs_input = this->GetInput(BedEnum); _assert_(bs_input); 866 Input *H_input = this->GetInput(ThicknessEnum); _assert_(H_input); 867 Input *smax_fl_input = this->GetInput(CalvingStressThresholdFloatingiceEnum); _assert_(smax_fl_input); 868 Input *smax_gr_input = this->GetInput(CalvingStressThresholdGroundediceEnum); _assert_(smax_gr_input); 869 Input *n_input = this->GetInput(MaterialsRheologyNEnum); _assert_(n_input); 870 Input *sl_input = this->GetInput(SealevelEnum); _assert_(sl_input); 871 Input *mrate_input = this->GetInput(CalvingMeltingrateEnum); _assert_(mrate_input); 872 872 873 873 /* Ice and sea water density */ … … 4369 4369 case CalvingHabEnum: 4370 4370 case CalvingCrevasseDepthEnum: 4371 meltingrate_input = this->GetInput(CalvingMeltingrateEnum); _assert_(meltingrate_input); 4371 4372 break; 4372 4373 case CalvingDev2Enum:
Note:
See TracChangeset
for help on using the changeset viewer.