From f4b8b70662fc234994ec6979c3bf6ae00d717c93 Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 15 Feb 2017 12:15:32 +0100
Subject: [PATCH] [mpfa][darcyslaw, fickslaw] get rid of facetCoupling variable

---
 dumux/mixeddimension/facet/mpfa/darcyslaw.hh | 1 -
 dumux/mixeddimension/facet/mpfa/fickslaw.hh  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dumux/mixeddimension/facet/mpfa/darcyslaw.hh b/dumux/mixeddimension/facet/mpfa/darcyslaw.hh
index d1357c57de..e8c4a64218 100644
--- a/dumux/mixeddimension/facet/mpfa/darcyslaw.hh
+++ b/dumux/mixeddimension/facet/mpfa/darcyslaw.hh
@@ -58,7 +58,6 @@ class CCMpfaFacetCouplingDarcysLaw : public DarcysLawImplementation<TypeTag, Dis
     using CoefficientVector = typename BoundaryInteractionVolume::Vector;
 
     static constexpr int numPhases = GET_PROP_VALUE(TypeTag, NumPhases);
-    static constexpr bool facetCoupling = GET_PROP_VALUE(TypeTag, MpfaFacetCoupling);
     static constexpr bool useTpfaBoundary = GET_PROP_VALUE(TypeTag, UseTpfaBoundary);
     static constexpr bool enableInteriorBoundaries = GET_PROP_VALUE(TypeTag, EnableInteriorBoundaries);
 
diff --git a/dumux/mixeddimension/facet/mpfa/fickslaw.hh b/dumux/mixeddimension/facet/mpfa/fickslaw.hh
index 3e80333ecc..7a10ff2cd1 100644
--- a/dumux/mixeddimension/facet/mpfa/fickslaw.hh
+++ b/dumux/mixeddimension/facet/mpfa/fickslaw.hh
@@ -61,7 +61,6 @@ class CCMpfaFacetCouplingFicksLaw : public FicksLawImplementation<TypeTag, Discr
 
     static constexpr int numPhases = GET_PROP_VALUE(TypeTag, NumPhases);
     static constexpr bool useTpfaBoundary = GET_PROP_VALUE(TypeTag, UseTpfaBoundary);
-    static constexpr bool facetCoupling = GET_PROP_VALUE(TypeTag, MpfaFacetCoupling);
     static constexpr bool enableInteriorBoundaries = GET_PROP_VALUE(TypeTag, EnableInteriorBoundaries);
 
     //! The cache used in conjunction with the mpfa Fick's Law
-- 
GitLab