Merge pull request #3291 from atgeirr/fix-protected

Make constants used in subclasses protected.
This commit is contained in:
Bård Skaflestad
2021-05-24 12:16:10 +02:00
committed by GitHub

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;