From 325b84177164bcbd74813c565e8cec9a7da29326 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 28 Jun 2024 12:17:13 +0200 Subject: [PATCH] changed: MinTimeStepSize parameter moved to Opm::Parameters namespace --- opm/simulators/flow/FlowMain.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/flow/FlowMain.hpp b/opm/simulators/flow/FlowMain.hpp index 72fcc4e22..9b55ad423 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -147,7 +147,7 @@ namespace Opm { Parameters::hideParam(); Parameters::hideParam(); Parameters::hideParam(); - Parameters::hideParam(); + Parameters::hideParam(); Parameters::hideParam(); // flow also does not use the eWoms Newton method