From 554a261c7f36b7c19dcfc8be256662365e2efcb8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 5 Jul 2024 14:43:19 +0200 Subject: [PATCH] adapt to ParameterSystem printValues change --- opm/simulators/flow/FlowMain.hpp | 2 +- opm/simulators/flow/Main.hpp | 2 +- opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/simulators/flow/FlowMain.hpp b/opm/simulators/flow/FlowMain.hpp index a968f9f36..b8171afe0 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -238,7 +238,7 @@ namespace Opm { // deal with --print-parameters and unknown parameters. if (Parameters::get() == 1) { if (mpiRank == 0) { - Parameters::printValues(); + Parameters::printValues(); } return -1; } diff --git a/opm/simulators/flow/Main.hpp b/opm/simulators/flow/Main.hpp index 36f829b77..92bc8cbd3 100644 --- a/opm/simulators/flow/Main.hpp +++ b/opm/simulators/flow/Main.hpp @@ -409,7 +409,7 @@ private: getNumThreads(), Opm::moduleVersionName()); std::ostringstream str; - Parameters::printValues(str); + Parameters::printValues(str); cmdline_params = str.str(); } diff --git a/opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp b/opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp index 560d0a391..6913552f8 100644 --- a/opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp +++ b/opm/simulators/flow/SimulatorFullyImplicitBlackoil.hpp @@ -501,7 +501,7 @@ protected: std::array getHeader() const override { std::ostringstream str; - Parameters::printValues(str); + Parameters::printValues(str); return {"OPM Flow", moduleVersion(), compileTimestamp(),