make ids protected.

This commit is contained in:
Robert Kloefkorn
2015-07-08 13:24:19 +02:00
parent 034f163d88
commit 0ad5146b1f

View File

@@ -23,6 +23,7 @@ namespace Opm
enum ExtremalSat { MinSat, MaxSat };
protected:
/// \brief pressure per cell.
static const int pressureId_ = 0;
/// \brief temperature per cell.
@@ -35,7 +36,6 @@ namespace Opm
/// \brief The fluxes at the faces.
static const int faceFluxId_ = 1;
protected:
/**
* Initialize the first saturation to maximum value. This method
* should be considered deprecated. Avoid to use it!