mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
co2injection problem: increase tolerance for conservativeness check
this fixes a few test failures in debug mode with quadruple precision math enabled.
This commit is contained in:
parent
b31e0c3d2f
commit
00a907962b
@ -354,7 +354,7 @@ public:
|
||||
void endTimeStep()
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
Scalar tol = this->model().newtonMethod().tolerance()*5e2;
|
||||
Scalar tol = this->model().newtonMethod().tolerance()*1e5;
|
||||
this->model().checkConservativeness(tol);
|
||||
|
||||
// Calculate storage terms
|
||||
|
Loading…
Reference in New Issue
Block a user