source:
issm/oecreview/Archive/24684-25833/ISSM-25575-25576.diff@
25834
Last change on this file since 25834 was 25834, checked in by , 4 years ago | |
---|---|
File size: 1.1 KB |
-
../trunk-jpl/src/c/classes/Elements/Tria.cpp
1228 1228 if(xIsNan<IssmDouble>(distance)) _error_("NaN found in vector"); 1229 1229 if(xIsInf<IssmDouble>(distance)) _error_("Inf found in vector"); 1230 1230 1231 /*FIXME: do we really need this?*/1232 if(distanceenum==MaskIceLevelsetEnum) if(distance>10000) distance=10000;1233 1231 if(ls[j]>0){ 1234 1232 ls[j] = distance; 1235 1233 } -
../trunk-jpl/src/c/classes/Elements/Penta.cpp
1000 1000 if(xIsNan<IssmDouble>(distance)) _error_("NaN found in vector"); 1001 1001 if(xIsInf<IssmDouble>(distance)) _error_("Inf found in vector"); 1002 1002 1003 /*FIXME: do we really need this?*/1004 if(distanceenum==MaskIceLevelsetEnum) if(distance>10000) distance=10000;1005 1003 if(ls[j]>0){ 1006 1004 ls[j] = distance; 1007 1005 }
Note:
See TracBrowser
for help on using the repository browser.