From f95ec4daa1269ca0ed9ee512a61b9fe6d5b1989f Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 28 Jun 2024 12:17:13 +0200 Subject: [PATCH] changed: MaxTimeStepDivisions 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 9b55ad423..672eab4aa 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -145,7 +145,7 @@ namespace Opm { // time stepping is not done by the eWoms code in flow Parameters::hideParam(); - Parameters::hideParam(); + Parameters::hideParam(); Parameters::hideParam(); Parameters::hideParam(); Parameters::hideParam();