source: issm/oecreview/Archive/24684-25833/ISSM-25575-25576.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 1.1 KB
  • ../trunk-jpl/src/c/classes/Elements/Tria.cpp

     
    12281228                if(xIsNan<IssmDouble>(distance)) _error_("NaN found in vector");
    12291229                if(xIsInf<IssmDouble>(distance)) _error_("Inf found in vector");
    12301230
    1231                 /*FIXME: do we really need this?*/
    1232                 if(distanceenum==MaskIceLevelsetEnum) if(distance>10000) distance=10000;
    12331231                if(ls[j]>0){
    12341232                        ls[j] = distance;
    12351233                }
  • ../trunk-jpl/src/c/classes/Elements/Penta.cpp

     
    10001000                if(xIsNan<IssmDouble>(distance)) _error_("NaN found in vector");
    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;
    10071005                }
Note: See TracBrowser for help on using the repository browser.