Changeset 18163


Ignore:
Timestamp:
06/18/14 14:45:34 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: change coordinate system for floating ice as well

File:
1 edited

Legend:

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

    r18143 r18163  
    664664        /*For FS only: we want the CS to be tangential to the bedrock*/
    665665        inputs->GetInputValue(&approximation,ApproximationEnum);
    666         if(IsFloating() || !HasNodeOnBase() ||  approximation!=FSApproximationEnum) return;
     666        if(!HasNodeOnBase() ||  approximation!=FSApproximationEnum) return;
    667667
    668668        //printf("element number %i \n",this->id);
Note: See TracChangeset for help on using the changeset viewer.