Add ParallelWellInfo member to SingleWellState

This commit is contained in:
Joakim Hove
2021-09-27 10:00:37 +02:00
parent 56afec81b4
commit cf340644b2
5 changed files with 18 additions and 15 deletions

View File

@@ -268,7 +268,6 @@ private:
PhaseUsage phase_usage_;
WellContainer<SingleWellState> wells_;
WellContainer<const ParallelWellInfo*> parallel_well_info_;
// The well_rates variable is defined for all wells on all processors. The
// bool in the value pair is whether the current process owns the well or
// not.