Changeset 21946


Ignore:
Timestamp:
08/12/17 16:25:40 (8 years ago)
Author:
adhikari
Message:

CHG: some minor but systematic improvements to slr rotational feedback

File:
1 edited

Legend:

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

    r21931 r21946  
    38433843
    38443844        /*early return if we are not on an ice cap OR ocean:*/
    3845         if(!(this->inputs->Max(MaskIceLevelsetEnum)<0) && !IsWaterInElement()) return;
     3845        if(!(this->inputs->Max(MaskIceLevelsetEnum)<0) && !IsWaterInElement()){
     3846                dI_list[0] = 0.0; // this is important!!!
     3847                dI_list[1] = 0.0; // this is important!!!
     3848                dI_list[2] = 0.0; // this is important!!!
     3849                return;
     3850        }
    38463851
    38473852        /*Compute area of element:*/
Note: See TracChangeset for help on using the changeset viewer.