make the tests compile again

they were broken by the grid adaptation/Dune-FEM changes.
This commit is contained in:
Andreas Lauser
2015-08-06 11:52:07 +02:00
parent 4527aca9d3
commit 408afe74fe

View File

@@ -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
}