From 6b248bc9a42e39e4bc1f3152ae52839cbb86599d Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 20 Nov 2018 09:38:57 +0100 Subject: [PATCH] [ni] Remove unused alias --- dumux/porousmediumflow/nonisothermal/volumevariables.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dumux/porousmediumflow/nonisothermal/volumevariables.hh b/dumux/porousmediumflow/nonisothermal/volumevariables.hh index 107dec550e..3d7447e698 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> -- GitLab