From 2cc7d106f38515f819bbaa89199b080a185614d8 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:17:52 +0200 Subject: [PATCH] [examples][upscaling][main] minor cleanup --- examples/porenetwork_upscaling/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/porenetwork_upscaling/main.cc b/examples/porenetwork_upscaling/main.cc index 8700416a4e..e58ea99b66 100644 --- a/examples/porenetwork_upscaling/main.cc +++ b/examples/porenetwork_upscaling/main.cc @@ -151,7 +151,7 @@ void runExample() const int numberOfSamples = getParam<int>("Problem.NumberOfPressureGradients", 1); // [[/codeblock]] - // Iterate over all directions specified before, apply several pressure gradient, calculated the mass flux + // Iterate over all directions specified before, apply several pressure gradients, calculate the mass flux // and finally determine the the upscaled properties. // [[codeblock]] const auto directions = getParam<std::vector<std::size_t>>("Problem.Directions", std::vector<std::size_t>{0, 1, 2}); -- GitLab