From bb83dea71ca0b652e241633cee9a5822026c73e8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 5 Jul 2024 14:42:54 +0200 Subject: [PATCH] adapt to ParameterSystem endRegistration change --- 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 5759e0fef..e5ea48c00 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -201,7 +201,7 @@ namespace Opm { // hide average density option Parameters::hideParam(); - Parameters::endParamRegistration(); + Parameters::endRegistration(); int mpiRank = comm.rank();