mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
loosen tolerance a bit to avoid failing tests on certain archs (i386, precise)
This commit is contained in:
parent
5a9347ff1a
commit
278ad83e7f
@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE(SquareRoot)
|
|||||||
{
|
{
|
||||||
typedef Opm::AutoDiff<double> AdFW;
|
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);
|
const AdFW x = AdFW::variable(1.234e-5);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user