From 22794f83d137b934041bb2205f789f26655c3031 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 28 Jun 2024 12:17:13 +0200 Subject: [PATCH] changed: VtkDiffusionModule parameters moved to Opm::Parameters namespace --- opm/simulators/flow/FlowMain.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/simulators/flow/FlowMain.hpp b/opm/simulators/flow/FlowMain.hpp index cfb7a914e..f10d55415 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -199,9 +199,9 @@ namespace Opm { Parameters::hideParam(); Parameters::hideParam(); - Parameters::hideParam(); - Parameters::hideParam(); - Parameters::hideParam(); + Parameters::hideParam(); + Parameters::hideParam(); + Parameters::hideParam(); // hide average density option Parameters::hideParam();