Changeset 15847
- Timestamp:
- 08/20/13 14:43:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15843 r15847 9746 9746 /*Viscosity*/ 9747 9747 viscosity = 1./(2.*A*(tau_par*tau_par + tau_perp*tau_perp)); 9748 //_assert_(!isnan(viscosity)); this is not defined for adoubles9748 _assert_(!xIsNan(viscosity)); 9749 9749 _assert_(viscosity > 0.); 9750 9750
Note:
See TracChangeset
for help on using the changeset viewer.