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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.