From 0c91d6f6c13ec2f1f7fdbc0eba1aacbf60279612 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 12 Jan 2023 14:26:00 +0100 Subject: [PATCH] MultisegmentWellGeneric.hpp: forward WellSegments --- opm/simulators/wells/MultisegmentWellGeneric.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/simulators/wells/MultisegmentWellGeneric.hpp b/opm/simulators/wells/MultisegmentWellGeneric.hpp index 68f449a76..273b48bd6 100644 --- a/opm/simulators/wells/MultisegmentWellGeneric.hpp +++ b/opm/simulators/wells/MultisegmentWellGeneric.hpp @@ -22,8 +22,6 @@ #ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED #define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED -#include - #include #include #include @@ -35,6 +33,8 @@ namespace Opm class DeferredLogger; class SummaryState; class WellInterfaceGeneric; +enum class WellSegmentCompPressureDrop; +class WellSegments; class WellState; template @@ -61,7 +61,7 @@ protected: void scaleSegmentPressuresWithBhp(WellState& well_state) const; // components of the pressure drop to be included - WellSegments::CompPressureDrop compPressureDrop() const; + WellSegmentCompPressureDrop compPressureDrop() const; /// Detect oscillation or stagnation based on the residual measure history void detectOscillations(const std::vector& measure_history,