diff --git a/dumux/common/staggeredfvproblem.hh b/dumux/common/staggeredfvproblem.hh index 933cd6af64f8960678690b75a27646d0f3be6ef6..a311c1e5dcf5d443d570fecc88ee3a4a1f1cfaab 100644 --- a/dumux/common/staggeredfvproblem.hh +++ b/dumux/common/staggeredfvproblem.hh @@ -49,6 +49,8 @@ class StaggeredFVProblem : public FVProblem<TypeTag> using ElementSolutionVector = typename GET_PROP_TYPE(TypeTag, ElementSolutionVector); using ElementVolumeVariables = typename GET_PROP_TYPE(TypeTag, ElementVolumeVariables); using Indices = typename GET_PROP_TYPE(TypeTag, Indices); + using SubControlVolume = typename GET_PROP_TYPE(TypeTag, SubControlVolume); + using SubControlVolumeFace = typename GET_PROP_TYPE(TypeTag, SubControlVolumeFace); enum { dim = GridView::dimension, diff --git a/dumux/discretization/staggered/properties.hh b/dumux/discretization/staggered/properties.hh index ca822172682417e85a0417ef68f105b1678538ab..fe45e134f6040d49b7bd58524e3a27977a5d405a 100644 --- a/dumux/discretization/staggered/properties.hh +++ b/dumux/discretization/staggered/properties.hh @@ -33,7 +33,6 @@ #include <dumux/discretization/cellcentered/elementboundarytypes.hh> #include <dumux/assembly/staggeredlocalresidual.hh> -#include <dumux/implicit/staggered/gridvariables.hh> #include <dumux/discretization/cellcentered/subcontrolvolume.hh> #include <dumux/discretization/staggered/gridvariables.hh>