Silence reorder warning in GasLiftCommon

This commit is contained in:
Håkon Hægland 2022-01-25 13:31:49 +01:00
parent 9ef547edca
commit a14ed57921

View File

@ -41,9 +41,10 @@ protected:
); );
int debugUpdateGlobalCounter_() const; int debugUpdateGlobalCounter_() const;
virtual void displayDebugMessage_(const std::string& msg) const = 0; virtual void displayDebugMessage_(const std::string& msg) const = 0;
bool debug;
DeferredLogger &deferred_logger_;
WellState &well_state_; WellState &well_state_;
DeferredLogger &deferred_logger_;
bool debug;
}; };
} // namespace Opm } // namespace Opm