mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make the tests compile again
they were broken by the grid adaptation/Dune-FEM changes.
This commit is contained in:
@@ -372,6 +372,7 @@ public:
|
||||
void endTimeStep()
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
/*
|
||||
this->model().checkConservativeness();
|
||||
|
||||
// Calculate storage terms
|
||||
@@ -382,6 +383,7 @@ public:
|
||||
if (this->gridView().comm().rank() == 0) {
|
||||
std::cout << "Storage: " << storage << std::endl << std::flush;
|
||||
}
|
||||
*/
|
||||
#endif // NDEBUG
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user