mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing the prallel running.
It needs WellSwitchingLogger for all the processes even there are not wells in some of the processes.
This commit is contained in:
@@ -151,7 +151,8 @@ namespace Opm
|
||||
virtual void updateWellStateWithTarget(const int current,
|
||||
WellState& xw) const = 0;
|
||||
|
||||
virtual void updateWellControl(WellState& xw) const = 0;
|
||||
virtual void updateWellControl(WellState& xw,
|
||||
wellhelpers::WellSwitchingLogger& logger) const = 0;
|
||||
|
||||
virtual void setWellSolutions(const WellState& well_state) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user