mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #676 from akva2/disable_check_to_enable_ci
disable conservativeness check
This commit is contained in:
commit
01b5bbd853
@ -507,7 +507,7 @@ public:
|
||||
void endTimeStep()
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
this->model().checkConservativeness();
|
||||
//this->model().checkConservativeness();
|
||||
|
||||
// Calculate storage terms
|
||||
EqVector storage;
|
||||
|
Loading…
Reference in New Issue
Block a user