mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
disable conservativeness check
the check causes a segfault in release mode only on gcc9+
This commit is contained in:
@@ -507,7 +507,7 @@ public:
|
||||
void endTimeStep()
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
this->model().checkConservativeness();
|
||||
//this->model().checkConservativeness();
|
||||
|
||||
// Calculate storage terms
|
||||
EqVector storage;
|
||||
|
||||
Reference in New Issue
Block a user