From 0ad5146b1f53c4706f7072209b77dc7b4a85bb93 Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn Date: Wed, 8 Jul 2015 13:24:19 +0200 Subject: [PATCH] make ids protected. --- opm/core/simulator/SimulatorState.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/simulator/SimulatorState.hpp b/opm/core/simulator/SimulatorState.hpp index 4838c328..7e604ee7 100644 --- a/opm/core/simulator/SimulatorState.hpp +++ b/opm/core/simulator/SimulatorState.hpp @@ -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!