mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3790 from hakonhagland/reorder_warning
Silence reorder warning in GasLiftCommon
This commit is contained in:
commit
e4278f812c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user