Changeset 17532 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 03/25/14 08:27:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r17529 r17532 1605 1605 /*For FS only: we want the CS to be tangential to the bedrock*/ 1606 1606 inputs->GetInputValue(&approximation,ApproximationEnum); 1607 if( IsFloating() ||!HasNodeOnBed() || approximation!=FSApproximationEnum) return;1607 if(!HasNodeOnBed() || approximation!=FSApproximationEnum) return; 1608 1608 1609 1609 //printf("element number %i \n",this->id);
Note:
See TracChangeset
for help on using the changeset viewer.