Merge pull request #676 from akva2/disable_check_to_enable_ci

disable conservativeness check
This commit is contained in:
Arne Morten Kvarving
2021-10-29 12:13:49 +02:00
committed by GitHub

View File

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