makeing wellModel public for flow_polymer and flow_solvent.

This commit is contained in:
Kai Bao 2016-06-29 17:08:45 +02:00
parent cc957a77fe
commit 98a6495abc
2 changed files with 3 additions and 2 deletions

View File

@ -88,6 +88,8 @@ namespace Opm {
ReservoirState& reservoir_state,
WellState& well_state);
using Base::wellModel;
protected:
@ -129,7 +131,6 @@ namespace Opm {
// --------- Protected methods ---------
// Need to declare Base members we want to use here.
using Base::wellModel;
using Base::wells;
using Base::variableState;
using Base::computeGasPressure;

View File

@ -125,6 +125,7 @@ namespace Opm {
WellState& well_state,
const bool initial_assembly);
using Base::wellModel;
protected:
@ -180,7 +181,6 @@ namespace Opm {
// --------- Protected methods ---------
// Need to declare Base members we want to use here.
using Base::wellModel;
using Base::wells;
using Base::wellsActive;
using Base::variableState;