mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3291 from atgeirr/fix-protected
Make constants used in subclasses protected.
This commit is contained in:
@@ -43,6 +43,7 @@ class WellState;
|
|||||||
|
|
||||||
class GasLiftSingleWellGeneric
|
class GasLiftSingleWellGeneric
|
||||||
{
|
{
|
||||||
|
protected:
|
||||||
static const int Water = BlackoilPhases::Aqua;
|
static const int Water = BlackoilPhases::Aqua;
|
||||||
static const int Oil = BlackoilPhases::Liquid;
|
static const int Oil = BlackoilPhases::Liquid;
|
||||||
static const int Gas = BlackoilPhases::Vapour;
|
static const int Gas = BlackoilPhases::Vapour;
|
||||||
|
|||||||
Reference in New Issue
Block a user