Changeset 10540
- Timestamp:
- 11/08/11 18:23:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r10538 r10540 4853 4853 values[i]=solution[doflist[i]]; 4854 4854 if(isnan(values[i])) _error_("NaN found in solution vector"); 4855 //if (values[i]<pow(10,-10))values[i]=pow(10,-10); //correcting the water column to positive values4855 if (values[i]<pow(10,-10))values[i]=pow(10,-10); //correcting the water column to positive values 4856 4856 4857 4857 }
Note:
See TracChangeset
for help on using the changeset viewer.