Skip to content
Snippets Groups Projects
Commit d9a30c9a authored by Nicolas Schwenck's avatar Nicolas Schwenck
Browse files

changed private to protected, so that it is possible to derive a specialized...

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
parent 24908cda
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public:
cubeGrid_->loadBalance();
};
private:
protected:
static GridPointer cubeGrid_;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment