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