Changeset 25292
- Timestamp:
- 07/19/20 10:36:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r25289 r25292 4987 4987 IssmDouble rho_ice = FindParam(MaterialsRhoIceEnum); 4988 4988 4989 /*recover ice mask*/4990 Input2* ice_mask_input=this->GetInput2(MaskIceLevelsetEnum);4991 ice_mask_input->GetInputAverage(&ice_mask);4992 4993 4989 /*early return if we are NOT on an icy element:*/ 4994 if (ice_mask==1) return;4990 if(!IsIceInElement()) return; 4995 4991 4996 4992 /*pull thickness averages! */
Note:
See TracChangeset
for help on using the changeset viewer.