Skip to content
Snippets Groups Projects
Commit 32f8e187 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Reactivate test for AluGrid, the level of vertices has been fixed

parent f85564f8
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ bool testDim() { ...@@ -71,7 +71,7 @@ bool testDim() {
TestSuite suite; TestSuite suite;
passed &= checkWithAdaptiveGrid<Dune::UGGrid<D>>(suite, level, 0); passed &= checkWithAdaptiveGrid<Dune::UGGrid<D>>(suite, level, 0);
#if HAVE_DUNE_ALUGRID #if HAVE_DUNE_ALUGRID
// passed &= checkWithAdaptiveGrid<MyALUGrid<D>>(suite, level, 0); passed &= checkWithAdaptiveGrid<MyALUGrid<D>>(suite, level, 0);
#endif #endif
#if HAVE_DUNE_SUBGRID #if HAVE_DUNE_SUBGRID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment