From 4898cfb7a7edef88c18c634ee1d1a368fce3c987 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Mon, 27 Feb 2017 13:16:09 +0100 Subject: [PATCH] [staggeredGrid][FicksLaw] Forward declare property * Forward declare CellCenterPrimaryVariables to avoid issues with non-staggered discretizations (header is always included) --- dumux/discretization/staggered/freeflow/fickslaw.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/discretization/staggered/freeflow/fickslaw.hh b/dumux/discretization/staggered/freeflow/fickslaw.hh index cd70d075d9..25d711fef1 100644 --- a/dumux/discretization/staggered/freeflow/fickslaw.hh +++ b/dumux/discretization/staggered/freeflow/fickslaw.hh @@ -42,6 +42,7 @@ namespace Properties NEW_PROP_TAG(NumPhases); NEW_PROP_TAG(ReplaceCompEqIdx); NEW_PROP_TAG(UseMoles); +NEW_PROP_TAG(CellCenterPrimaryVariables); } /*! -- GitLab