From 2d1c417c445eafb4f90154a4c6b9fe4d869784d9 Mon Sep 17 00:00:00 2001
From: Hamza Oukili <hamza.oukili@iws.uni-stuttgart.de>
Date: Thu, 23 Mar 2023 09:44:36 +0100
Subject: [PATCH] Remove unnecessary define UGGRID 0

---
 test/porousmediumflow/2p/cornerpoint/main.cc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/test/porousmediumflow/2p/cornerpoint/main.cc b/test/porousmediumflow/2p/cornerpoint/main.cc
index 457f52c3c5..569d96467c 100644
--- a/test/porousmediumflow/2p/cornerpoint/main.cc
+++ b/test/porousmediumflow/2p/cornerpoint/main.cc
@@ -22,13 +22,6 @@
  * \brief Test for the two-phase porous medium flow model on a cornerpoint grid.
  */
 #include <config.h>
-// As of versions Opm 2018.04 and Dune 2.6, using opm-grid and dune-uggrid
-// together results in a compiler error. The following lines enforce that
-// dune-uggrid isn't considered.
-#if HAVE_DUNE_UGGRID
-#undef HAVE_DUNE_UGGRID
-#define HAVE_DUNE_UGGRID 0
-#endif
 
 #include <iostream>
 
-- 
GitLab