Changeset 15847


Ignore:
Timestamp:
08/20/13 14:43:06 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: use xIsNan instead of isnan for viscosity check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15843 r15847  
    97469746        /*Viscosity*/
    97479747        viscosity = 1./(2.*A*(tau_par*tau_par + tau_perp*tau_perp));
    9748         //_assert_(!isnan(viscosity)); this is not defined for adoubles
     9748        _assert_(!xIsNan(viscosity));
    97499749        _assert_(viscosity > 0.);
    97509750
Note: See TracChangeset for help on using the changeset viewer.