Merge pull request #745 from atgeirr/fix-changed-signature

Adapt to changed updateWellControls() signature.
This commit is contained in:
Atgeirr Flø Rasmussen
2016-06-27 16:56:21 +02:00
committed by GitHub

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