From d9a30c9a10bc97a9e654a1e482af78ae6104cce7 Mon Sep 17 00:00:00 2001 From: Nicolas Schwenck <nicolas.schwenck@iws.uni-stuttgart.de> Date: Mon, 13 Feb 2012 16:30:58 +0000 Subject: [PATCH] changed private to protected, so that it is possible to derive a specialized structuredcubegridcreator class in lectureschanged private to protected, so that it is possible to derive a specialized structuredcubegridcreator class in lectures.. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7737 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/common/structuredcubegridcreator.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/common/structuredcubegridcreator.hh b/dumux/common/structuredcubegridcreator.hh index c9fb064887..ba6077f92c 100644 --- a/dumux/common/structuredcubegridcreator.hh +++ b/dumux/common/structuredcubegridcreator.hh @@ -113,7 +113,7 @@ public: cubeGrid_->loadBalance(); }; -private: +protected: static GridPointer cubeGrid_; }; -- GitLab