From 5495eca413e416dbbff550cd79ba0ce0ecd0ba38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 11 Aug 2023 17:30:50 +0200 Subject: [PATCH] Properly Remove 'satfunc' Macro The macro should not escape the FieldProps.hpp header. --- opm/input/eclipse/EclipseState/Grid/FieldProps.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/input/eclipse/EclipseState/Grid/FieldProps.hpp b/opm/input/eclipse/EclipseState/Grid/FieldProps.hpp index 04c8d8c03..c3e851537 100644 --- a/opm/input/eclipse/EclipseState/Grid/FieldProps.hpp +++ b/opm/input/eclipse/EclipseState/Grid/FieldProps.hpp @@ -226,6 +226,7 @@ static const std::set satfunc = {"SWLPC", "ISWLPC", "SGLPC", "ISGLP dirfunc("KRGR"), dirfunc("IKRGR")}; +#undef dirfunc } namespace REGIONS {