Update the SolutionState's qs and bhp members.

This way they can be used instead of repeatedly extracting the top segment data,
which also could make it possible to use more of the existing implementation.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-10-12 12:49:30 +02:00
committed by Kai Bao
parent 433d76cd86
commit fce7247da5
2 changed files with 27 additions and 8 deletions

View File

@@ -202,6 +202,8 @@ namespace Opm {
const std::vector<WellMultiSegmentConstPtr> wells_multisegment_;
std::vector<int> top_well_segments_;
// return wells object
// TODO: remove this wells structure
using Base::wells;