recovering OutputBlackoilModule

there is not change needed for this file.
This commit is contained in:
Kai Bao 2024-10-22 10:51:18 +02:00
parent e4d1311589
commit def30fa131

View File

@ -65,13 +65,12 @@
#include <utility>
#include <vector>
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
{