diff --git a/dumux/porousmediumflow/nonisothermal/volumevariables.hh b/dumux/porousmediumflow/nonisothermal/volumevariables.hh index 107dec550ea726f4967602d2c9a7b15d57a6191b..3d7447e6988c3159e60671b82a4af0ec4e9f01ef 100644 --- a/dumux/porousmediumflow/nonisothermal/volumevariables.hh +++ b/dumux/porousmediumflow/nonisothermal/volumevariables.hh @@ -100,7 +100,6 @@ public: using FluidState = typename IsothermalTraits::FluidState; using SolidState = typename IsothermalTraits::SolidState; using FluidSystem = typename IsothermalTraits::FluidSystem; - using SpatialParams = typename IsothermalTraits::SpatialParams; //! The temperature is obtained from the problem as a constant for isothermal models template<class ElemSol, class Problem, class Element, class Scv>