From 2a63d3f446e8c00fd6397c61a3868ad1c5f9feb9 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 5 Jul 2016 19:43:58 +0200 Subject: [PATCH] [discretization][fickslaw] remove unnecessary stuff --- dumux/discretization/fickslaw.hh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dumux/discretization/fickslaw.hh b/dumux/discretization/fickslaw.hh index a1de3ebc2d..91824def43 100644 --- a/dumux/discretization/fickslaw.hh +++ b/dumux/discretization/fickslaw.hh @@ -24,25 +24,8 @@ #ifndef DUMUX_DISCRETIZATION_FICKS_LAW_HH #define DUMUX_DISCRETIZATION_FICKS_LAW_HH -#include <dune/common/float_cmp.hh> - -#include <dumux/common/math.hh> -#include <dumux/common/parameters.hh> - -#include <dumux/implicit/properties.hh> - - namespace Dumux { - -namespace Properties -{ -// forward declaration of properties -NEW_PROP_TAG(NumPhases); -NEW_PROP_TAG(FluidSystem); -NEW_PROP_TAG(EffectiveDiffusivityModel); -} - /*! * \ingroup CCTpfaFicksLaw * \brief Evaluates the diffusive mass flux according to Fick's law -- GitLab