From 2b8d6b3f24a79470e1185902c8781970383e00d4 Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Sun, 12 Feb 2017 22:21:54 +0100
Subject: [PATCH] [mpfa][fluxvarcachefiller] remove obsolete prop tag
 declaration

---
 .../discretization/cellcentered/mpfa/fluxvariablescachefiller.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/discretization/cellcentered/mpfa/fluxvariablescachefiller.hh b/dumux/discretization/cellcentered/mpfa/fluxvariablescachefiller.hh
index 09241b93c9..9b181c641c 100644
--- a/dumux/discretization/cellcentered/mpfa/fluxvariablescachefiller.hh
+++ b/dumux/discretization/cellcentered/mpfa/fluxvariablescachefiller.hh
@@ -35,7 +35,6 @@ namespace Properties
 {
 NEW_PROP_TAG(NumPhases);
 NEW_PROP_TAG(NumComponents);
-NEW_PROP_TAG(ThermalConductivityModel);
 };
 
 /*!
-- 
GitLab