Changeset 17532


Ignore:
Timestamp:
03/25/14 08:27:26 (11 years ago)
Author:
seroussi
Message:

BUG: local coordinates for all elements on the bed thanks to hongju

Location:
issm/trunk-jpl/src/c/classes/Elements
Files:
2 edited

Legend:

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

    r17516 r17532  
    19051905        /*For FS only: we want the CS to be tangential to the bedrock*/
    19061906        inputs->GetInputValue(&approximation,ApproximationEnum);
    1907         if(IsFloating() || !IsOnBed() || (approximation!=FSApproximationEnum && approximation!=SSAFSApproximationEnum &&  approximation!=HOFSApproximationEnum)) return;
     1907        if(!IsOnBed() || (approximation!=FSApproximationEnum && approximation!=SSAFSApproximationEnum &&  approximation!=HOFSApproximationEnum)) return;
    19081908
    19091909        /*Get number of nodes for velocity only and base*/
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r17529 r17532  
    16051605        /*For FS only: we want the CS to be tangential to the bedrock*/
    16061606        inputs->GetInputValue(&approximation,ApproximationEnum);
    1607         if(IsFloating() || !HasNodeOnBed() ||  approximation!=FSApproximationEnum) return;
     1607        if(!HasNodeOnBed() ||  approximation!=FSApproximationEnum) return;
    16081608
    16091609        //printf("element number %i \n",this->id);
Note: See TracChangeset for help on using the changeset viewer.