diff --git a/dumux/implicit/propertydefaults.hh b/dumux/implicit/propertydefaults.hh index 396fd0ffe3d1d5be9b2b1d6f3facdb539e795f47..6fa48bf48053184452c7c15d76b4e46f63e1c1ce 100644 --- a/dumux/implicit/propertydefaults.hh +++ b/dumux/implicit/propertydefaults.hh @@ -46,7 +46,6 @@ #include "assembler.hh" #include "localjacobian.hh" #include "volumevariables.hh" -#include "fluxvariablescachevector.hh" #include "fvelementgeometry.hh" namespace Dumux { @@ -113,8 +112,6 @@ SET_TYPE_PROP(ImplicitBase, FVElementGeometry, Dumux::FVElementGeometry<TypeTag> //! The volume variable class, to be overloaded by the model SET_TYPE_PROP(ImplicitBase, VolumeVariables, ImplicitVolumeVariables<TypeTag>); -//! The global flux variables cache vector class -SET_TYPE_PROP(ImplicitBase, FluxVariablesCacheVector, Dumux::FluxVariablesCacheVector<TypeTag>); //! The class that contains the different flux variables (i.e. darcy, diffusion, energy) //! by default, we set the flux variables to ones for porous media SET_PROP(ImplicitBase, FluxVariables)