From 3050811e54271d2316f484d8790cd16883d88310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 3 Mar 2021 17:26:13 +0100 Subject: [PATCH] [test][1pncmin] remove obsolete commented property --- test/porousmediumflow/1pncmin/nonisothermal/properties.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/porousmediumflow/1pncmin/nonisothermal/properties.hh b/test/porousmediumflow/1pncmin/nonisothermal/properties.hh index 50ca0816e4..163ee45508 100644 --- a/test/porousmediumflow/1pncmin/nonisothermal/properties.hh +++ b/test/porousmediumflow/1pncmin/nonisothermal/properties.hh @@ -75,10 +75,6 @@ struct SolidSystem<TypeTag, TTag::ThermoChem> using type = SolidSystems::CompositionalSolidPhase<Scalar, ComponentOne, ComponentTwo>; }; -// // Enable velocity output -// template<class TypeTag> -// struct VtkAddVelocity<TypeTag, TTag::ThermoChem> { static constexpr bool value = false; }; - // Set the spatial parameters template<class TypeTag> struct SpatialParams<TypeTag, TTag::ThermoChem> -- GitLab