Changeset 25743


Ignore:
Timestamp:
11/11/20 16:52:32 (4 years ago)
Author:
Eric.Larour
Message:

CHG: diverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2020/src/c/classes/Elements/Tria.cpp

    r25742 r25743  
    58105810        IssmDouble bslrhydro = 0;
    58115811
    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]){
    58145815                bslrhydro=0;
    58155816                return bslrhydro;
    5816         }
     5817        }*/
    58175818
    58185819        /*early return if we are fully floating:*/
Note: See TracChangeset for help on using the changeset viewer.