mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
making the updateWellControl to WellInterface
instead of having two of them in StandardWell and MultisegmentWell
This commit is contained in:
@@ -188,8 +188,8 @@ namespace Opm
|
||||
virtual void updateWellStateWithTarget(const int current,
|
||||
WellState& xw) const = 0;
|
||||
|
||||
virtual void updateWellControl(WellState& xw,
|
||||
wellhelpers::WellSwitchingLogger& logger) const = 0;
|
||||
void updateWellControl(WellState& xw,
|
||||
wellhelpers::WellSwitchingLogger& logger) const;
|
||||
|
||||
virtual void updatePrimaryVariables(const WellState& well_state) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user