implement recoverWellSolutionAndUpdateWellState

for MultisegmentWell_impl.
This commit is contained in:
Kai Bao 2017-09-18 16:31:11 +02:00
parent 596814943c
commit b6d324c95e

View File

@ -604,6 +604,9 @@ namespace Opm
const ModelParameters& param,
WellState& well_state) const
{
BVectorWell xw(1);
recoverSolutionWell(x, xw);
updateWellState(xw, param, well_state);
}