From 2a72951105e0165a92f2521248c286932f0e6158 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?=
 <christoph.grueninger@iws.uni-stuttgart.de>
Date: Wed, 9 Mar 2016 16:16:46 +0100
Subject: [PATCH] [el2p] Adjust name of friend class

---
 dumux/geomechanics/el2p/fluxvariables.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/geomechanics/el2p/fluxvariables.hh b/dumux/geomechanics/el2p/fluxvariables.hh
index 076a87e285..ad13866d87 100644
--- a/dumux/geomechanics/el2p/fluxvariables.hh
+++ b/dumux/geomechanics/el2p/fluxvariables.hh
@@ -58,7 +58,7 @@ NEW_PROP_TAG(SpatialParams);
 template<class TypeTag>
 class ElTwoPFluxVariables: public ImplicitDarcyFluxVariables<TypeTag>
 {
-    friend class ImplicitFluxVariables<TypeTag>; // be friends with parent
+    friend class ImplicitDarcyFluxVariables<TypeTag>; // be friends with parent
     typedef Dumux::ImplicitDarcyFluxVariables<TypeTag> ParentType;
 
     typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-- 
GitLab