Skip to content
Snippets Groups Projects

Replace HAVE_UG by HAVE_DUNE_UGGRID

Merged oliver.sander_at_tu-dresden.de requested to merge update-have-ug-flag into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading