adding the member variables to MultisegmentWells

and ther public interfaces. Probably the mutable interfaces can be
removed after moving the functions to the Wells class.
This commit is contained in:
Kai Bao
2016-04-25 15:44:59 +02:00
parent 05e164b609
commit a07843a896
3 changed files with 97 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ namespace Opm {
, segment_comp_surf_volume_current_(fluid.numPhases(), ADB::null())
, segment_mass_flow_rates_(ADB::null())
, segment_viscosities_(ADB::null())
, ms_wells_(wells_multisegment)
, ms_wells_(wells_multisegment, fluid.numPhases())
{
}