disable conservativeness check

the check causes a segfault in release mode only on gcc9+
This commit is contained in:
Arne Morten Kvarving
2021-10-27 09:56:09 +02:00
parent 3a511ff33c
commit c1f19b7447

View File

@@ -507,7 +507,7 @@ public:
void endTimeStep()
{
#ifndef NDEBUG
this->model().checkConservativeness();
//this->model().checkConservativeness();
// Calculate storage terms
EqVector storage;