mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Adapt to changed updateWellControls() signature.
This commit is contained in:
parent
79670b1c29
commit
baeab02bd6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user