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
Branches
No related tags found
1 merge request!64Replace HAVE_UG by HAVE_DUNE_UGGRID
Pipeline #44518 passed
...@@ -437,7 +437,7 @@ bool checkWithStandardGrids(TestSuite& suite) ...@@ -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<2, Dune::EquidistantOffsetCoordinates<double,2> > >(suite, 6);
passed = passed and checkWithGrid<Dune::YaspGrid<3, Dune::EquidistantOffsetCoordinates<double,3> > >(suite, 4); 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<2> >(suite, 5);
passed = passed and checkWithGrid<Dune::UGGrid<3> >(suite, 3); passed = passed and checkWithGrid<Dune::UGGrid<3> >(suite, 3);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment