Adapt to changed updateWellControls() signature.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-06-27 16:52:45 +02:00 committed by Liu Ming
parent 79670b1c29
commit baeab02bd6

View File

@ -102,7 +102,7 @@ namespace Opm {
// Possibly switch well controls and updating well state to
// get reasonable initial conditions for the wells
asImpl().wellModel().updateWellControls(terminal_output_, well_state);
asImpl().wellModel().updateWellControls(well_state);
// Create the primary variables.
SolutionState state = asImpl().variableState(reservoir_state, well_state);