mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 20:13:49 -06:00
Merge pull request #53 from akva2/loosen_tolerance
loosen tolerance a bit to avoid failing tests on certain archs
This commit is contained in:
commit
cdf30e5290
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user