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

Merge branch 'update-have-ug-flag' into 'master'

Replace HAVE_UG by HAVE_DUNE_UGGRID

See merge request !64
parents 5088e04d 66e6678a
Branches
No related tags found
1 merge request!64Replace HAVE_UG by HAVE_DUNE_UGGRID
Pipeline #44519 passed
......@@ -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