Skip to content
Snippets Groups Projects
Commit 66e6678a authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Replace HAVE_UG by HAVE_DUNE_UGGRID

Because HAVE_UG has been removed.
parent 5088e04d
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,7 @@ bool checkWithStandardGrids(TestSuite& suite)
passed = passed and checkWithGrid<Dune::YaspGrid<2, Dune::EquidistantOffsetCoordinates<double,2> > >(suite, 6);
passed = passed and checkWithGrid<Dune::YaspGrid<3, Dune::EquidistantOffsetCoordinates<double,3> > >(suite, 4);
#if HAVE_UG
#if HAVE_DUNE_UGGRID
passed = passed and checkWithGrid<Dune::UGGrid<2> >(suite, 5);
passed = passed and checkWithGrid<Dune::UGGrid<3> >(suite, 3);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment