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

Use the proper test for dune-uggrid

parent 8baee574
Branches
No related tags found
1 merge request!51UMFPackSolver with scalar matrix entries
Pipeline #33216 passed
......@@ -18,7 +18,7 @@
#include <dune/grid/utility/structuredgridfactory.hh>
#if HAVE_UG
#if HAVE_DUNE_UGGRID
#include <dune/grid/uggrid.hh>
#endif
......
......@@ -250,7 +250,7 @@ bool checkWithSmallGrids(TestSuite& suite)
passed = passed and checkWithGrid<Dune::YaspGrid<2, Dune::EquidistantOffsetCoordinates<double,2> > >(suite, 3);
passed = passed and checkWithGrid<Dune::YaspGrid<3, Dune::EquidistantOffsetCoordinates<double,3> > >(suite, 1);
#if HAVE_UG
#if HAVE_DUNE_UGGRID
passed = passed and checkWithGrid<Dune::UGGrid<2> >(suite, 2);
passed = passed and checkWithGrid<Dune::UGGrid<3> >(suite, 1);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment