From 66e6678aff1d4e712cfe041fb7b64d4f1ead5e12 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Mon, 20 Dec 2021 13:44:21 +0100
Subject: [PATCH] Replace HAVE_UG by HAVE_DUNE_UGGRID

Because HAVE_UG has been removed.
---
 dune/solvers/test/common.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/solvers/test/common.hh b/dune/solvers/test/common.hh
index faa25d43..63073de2 100644
--- a/dune/solvers/test/common.hh
+++ b/dune/solvers/test/common.hh
@@ -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
-- 
GitLab