Changeset 23987
- Timestamp:
- 06/05/19 09:33:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r23923 r23987 2589 2589 values[i]=solution[doflist[i]]; 2590 2590 if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in solution vector"); 2591 if(xIsInf<IssmDouble>(values[i])) _error_("Inf found in solution vector, ID = " << this->Sid());2591 if(xIsInf<IssmDouble>(values[i])) _error_("Inf found in solution vector, SID = " << this->Sid()); 2592 2592 } 2593 2593
Note:
See TracChangeset
for help on using the changeset viewer.