Changeset 18163
- Timestamp:
- 06/18/14 14:45:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tetra.cpp
r18143 r18163 664 664 /*For FS only: we want the CS to be tangential to the bedrock*/ 665 665 inputs->GetInputValue(&approximation,ApproximationEnum); 666 if( IsFloating() ||!HasNodeOnBase() || approximation!=FSApproximationEnum) return;666 if(!HasNodeOnBase() || approximation!=FSApproximationEnum) return; 667 667 668 668 //printf("element number %i \n",this->id);
Note:
See TracChangeset
for help on using the changeset viewer.