Changeset 17532
- Timestamp:
- 03/25/14 08:27:26 (11 years ago)
- 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 1905 1905 /*For FS only: we want the CS to be tangential to the bedrock*/ 1906 1906 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; 1908 1908 1909 1909 /*Get number of nodes for velocity only and base*/ -
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.