From def30fa13172ec4d1514998256d4b97ad5171195 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 22 Oct 2024 10:51:18 +0200 Subject: [PATCH] recovering OutputBlackoilModule there is not change needed for this file. --- opm/simulators/flow/OutputBlackoilModule.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/opm/simulators/flow/OutputBlackoilModule.hpp b/opm/simulators/flow/OutputBlackoilModule.hpp index 5aa4a9bcd..9104e7deb 100644 --- a/opm/simulators/flow/OutputBlackoilModule.hpp +++ b/opm/simulators/flow/OutputBlackoilModule.hpp @@ -65,13 +65,12 @@ #include #include +namespace Opm::Parameters { - namespace Opm::Parameters { +struct ForceDisableFluidInPlaceOutput { static constexpr bool value = false; }; +struct ForceDisableResvFluidInPlaceOutput { static constexpr bool value = false; }; - struct ForceDisableFluidInPlaceOutput { static constexpr bool value = false; }; - struct ForceDisableResvFluidInPlaceOutput { static constexpr bool value = false; }; - - } // namespace Opm::Parameters +} // namespace Opm::Parameters namespace Opm {