From a14ed57921a15d523e8faddd7e226cf0681eef12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Tue, 25 Jan 2022 13:31:49 +0100 Subject: [PATCH] Silence reorder warning in GasLiftCommon --- opm/simulators/wells/GasLiftCommon.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/opm/simulators/wells/GasLiftCommon.hpp b/opm/simulators/wells/GasLiftCommon.hpp index e3af744ac..62857360a 100644 --- a/opm/simulators/wells/GasLiftCommon.hpp +++ b/opm/simulators/wells/GasLiftCommon.hpp @@ -41,9 +41,10 @@ protected: ); int debugUpdateGlobalCounter_() const; virtual void displayDebugMessage_(const std::string& msg) const = 0; - bool debug; - DeferredLogger &deferred_logger_; + WellState &well_state_; + DeferredLogger &deferred_logger_; + bool debug; }; } // namespace Opm