Skip to content
Snippets Groups Projects
Commit bbf0b893 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

use forward declarations instead of includes

parent a083b46d
No related branches found
No related tags found
Loading
...@@ -35,6 +35,8 @@ namespace Properties ...@@ -35,6 +35,8 @@ namespace Properties
{ {
// forward declaration of properties // forward declaration of properties
NEW_PROP_TAG(ProblemEnableGravity); NEW_PROP_TAG(ProblemEnableGravity);
NEW_PROP_TAG(MpfaHelper);
NEW_PROP_TAG(BoundaryInteractionVolume);
} }
/*! /*!
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#define DUMUX_POROUSMEDIUM_IMPLICIT_FLUXVARIABLESCACHE_HH #define DUMUX_POROUSMEDIUM_IMPLICIT_FLUXVARIABLESCACHE_HH
#include <dumux/implicit/properties.hh> #include <dumux/implicit/properties.hh>
#include <dumux/implicit/cellcentered/mpfa/properties.hh>
#include <dune/localfunctions/lagrange/pqkfactory.hh> #include <dune/localfunctions/lagrange/pqkfactory.hh>
#include <dumux/discretization/methods.hh> #include <dumux/discretization/methods.hh>
...@@ -38,6 +37,7 @@ namespace Properties ...@@ -38,6 +37,7 @@ namespace Properties
{ {
// forward declaration // forward declaration
NEW_PROP_TAG(NumPhases); NEW_PROP_TAG(NumPhases);
NEW_PROP_TAG(InteriorBoundaryData);
} }
/////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment