Changeset 27126
- Timestamp:
- 06/29/22 15:38:26 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp
r27095 r27126 154 154 155 155 /*Check solution*/ 156 if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in bottom pressuresolution vector");157 if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in bottom pressuresolution vector");156 if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in ice thickness solution vector"); 157 if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in ice thickness solution vector"); 158 158 } 159 159
Note:
See TracChangeset
for help on using the changeset viewer.