loosen tolerance a bit to avoid failing tests on certain archs (i386, precise)

This commit is contained in:
Arne Morten Kvarving 2013-10-23 09:41:26 +02:00
parent 5a9347ff1a
commit 278ad83e7f

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);