From b9cc589d683329a535917a29efc2a24acf2b8d79 Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Mon, 15 Aug 2011 07:04:11 +0000 Subject: [PATCH] Made staticVertexData_ protected git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6479 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/2p2c/2p2cmodel.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/boxmodels/2p2c/2p2cmodel.hh b/dumux/boxmodels/2p2c/2p2cmodel.hh index e603a7a938..e041d305cf 100644 --- a/dumux/boxmodels/2p2c/2p2cmodel.hh +++ b/dumux/boxmodels/2p2c/2p2cmodel.hh @@ -788,7 +788,7 @@ protected: return phasePresence != newPhasePresence; } -private: +protected: // parameters given in constructor std::vector<StaticVars> staticVertexDat_; bool switchFlag_; -- GitLab