Ignore:
Timestamp:
09/16/20 12:47:21 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not put a threshold on distance function anymore, this is a big change that may affect some transient model runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r25514 r25576  
    10011001                if(xIsInf<IssmDouble>(distance)) _error_("Inf found in vector");
    10021002
    1003                 /*FIXME: do we really need this?*/
    1004                 if(distanceenum==MaskIceLevelsetEnum) if(distance>10000) distance=10000;
    10051003                if(ls[j]>0){
    10061004                        ls[j] = distance;
Note: See TracChangeset for help on using the changeset viewer.