Make constants used in subclasses protected.

This commit is contained in:
Atgeirr Flø Rasmussen 2021-05-24 11:24:14 +02:00
parent da94a16d3e
commit 001648c8fb

View File

@ -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;