Changeset 25292


Ignore:
Timestamp:
07/19/20 10:36:28 (5 years ago)
Author:
adhikari
Message:

CHG: use IsIceInElement to skip non-icy elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r25289 r25292  
    49874987        IssmDouble rho_ice                   = FindParam(MaterialsRhoIceEnum);
    49884988
    4989         /*recover ice mask*/
    4990         Input2* ice_mask_input=this->GetInput2(MaskIceLevelsetEnum);
    4991         ice_mask_input->GetInputAverage(&ice_mask);
    4992 
    49934989        /*early return if we are NOT on an icy element:*/
    4994         if (ice_mask==1) return;
     4990        if(!IsIceInElement()) return;
    49954991
    49964992        /*pull thickness averages! */
Note: See TracChangeset for help on using the changeset viewer.