Changeset 26964
- Timestamp:
- 04/21/22 12:37:15 (3 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r26947 r26964 2196 2196 2197 2197 return shelf; 2198 }/*}}}*/ 2199 bool Element::IsAllGrounded(){/*{{{*/ 2200 2201 Input* input=this->GetInput(MaskOceanLevelsetEnum); _assert_(input); 2202 if(input->GetInputMin() < 0.){ 2203 return false; 2204 } 2205 else{ 2206 return true; 2207 } 2198 2208 }/*}}}*/ 2199 2209 bool Element::IsGrounded(){/*{{{*/ -
issm/trunk-jpl/src/c/classes/Elements/Element.h
r26947 r26964 145 145 146 146 bool IsAllFloating(); 147 bool IsAllGrounded(); 147 148 bool IsGrounded(); 148 149 bool IsOnBase();
Note:
See TracChangeset
for help on using the changeset viewer.