From 31e77c4e227d8cec17c4622bea45caea925986bf Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 22 Nov 2018 21:38:52 +0100
Subject: [PATCH] [mpnc] Fix header guard of MPAdapter

---
 dumux/material/fluidmatrixinteractions/mp/mpadapter.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/material/fluidmatrixinteractions/mp/mpadapter.hh b/dumux/material/fluidmatrixinteractions/mp/mpadapter.hh
index 82ab9c6eb5..050135d640 100644
--- a/dumux/material/fluidmatrixinteractions/mp/mpadapter.hh
+++ b/dumux/material/fluidmatrixinteractions/mp/mpadapter.hh
@@ -24,8 +24,8 @@
  * Makes the capillary pressure-saturation relations
  * available under the M-phase API for material laws
  */
-#ifndef DUMUX_MP_2P_ADAPTER_HH
-#define DUMUX_MP_2P_ADAPTER_HH
+#ifndef DUMUX_MP_ADAPTER_HH
+#define DUMUX_MP_ADAPTER_HH
 
 #include <algorithm>
 #include <cassert>
-- 
GitLab