Changeset 25743
- Timestamp:
- 11/11/20 16:52:32 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2020/src/c/classes/Elements/Tria.cpp
r25742 r25743 5810 5810 IssmDouble bslrhydro = 0; 5811 5811 5812 /*early return if we are on an ice cap:*/ 5813 if(masks->isiceonly[this->lid]){ 5812 /*early return if we are on an ice cap. Nop, we may have hydro 5813 * and ice on the same masscon:*/ 5814 /*if(masks->isiceonly[this->lid]){ 5814 5815 bslrhydro=0; 5815 5816 return bslrhydro; 5816 } 5817 }*/ 5817 5818 5818 5819 /*early return if we are fully floating:*/
Note:
See TracChangeset
for help on using the changeset viewer.