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:
Kai Bao
2017-08-08 12:30:24 +02:00
parent 5cb0a5109e
commit 31ce880ba7
4 changed files with 9 additions and 5 deletions

View File

@@ -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;