Adapt to changes interface of extractWellPerfProperties

The BlockoilmultisegmentModel is updated to account for changes in the
extractWellPerfProperties() interface.
This commit is contained in:
Tor Harald Sandve 2016-04-05 09:13:29 +02:00
parent 764d8a1c3f
commit e5254f3779

View File

@ -630,7 +630,7 @@ namespace Opm {
std::vector<ADB> mob_perfcells;
std::vector<ADB> b_perfcells;
asImpl().extractWellPerfProperties(mob_perfcells, b_perfcells);
asImpl().extractWellPerfProperties(state, mob_perfcells, b_perfcells);
if (param_.solve_welleq_initially_ && initial_assembly) {
// solve the well equations as a pre-processing step
asImpl().solveWellEq(mob_perfcells, b_perfcells, state, well_state);