Merge pull request #53 from akva2/loosen_tolerance

loosen tolerance a bit to avoid failing tests on certain archs
This commit is contained in:
Bård Skaflestad 2013-10-23 01:00:54 -07:00
commit cdf30e5290

View File

@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE(SquareRoot)
{
typedef Opm::AutoDiff<double> AdFW;
const double atol = 1.0e-14;
const double atol = 1.0e-13;
const AdFW x = AdFW::variable(1.234e-5);