From e8b7153e0ffe96be187690d37f204a302ee491d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 20 Oct 2023 15:18:13 +0200 Subject: [PATCH] [examples][upscaling][properties] minor cleanup --- examples/porenetwork_upscaling/properties.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/porenetwork_upscaling/properties.hh b/examples/porenetwork_upscaling/properties.hh index eadd77d200..46111ffe8c 100644 --- a/examples/porenetwork_upscaling/properties.hh +++ b/examples/porenetwork_upscaling/properties.hh @@ -49,7 +49,7 @@ // ### `TypeTag` definition // Two `TypeTag` for our simulation are defined, one for creeping flow and another for non-creeping flow, // which inherit properties from the single-phase pore network model. The non-creeping flow inherits -// all properties from the creeping flow simulation but sets an own property for the `AdvectionType`. +// all properties from the creeping flow simulation but overrides the `AdvectionType` property. namespace Dumux::Properties { namespace TTag { struct PNMUpscalingCreepingFlow { using InheritsFrom = std::tuple<PNMOneP>; }; -- GitLab