Skip to content
Snippets Groups Projects
Commit ee6494dc authored by Alexander Kissinger's avatar Alexander Kissinger
Browse files

Made private variables protected so that indicator classes inherited

from this class can access this indicator.

(Reviewed by Martin)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12839 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c6ff3e69
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ public: ...@@ -202,7 +202,7 @@ public:
coarsentol_ = GET_PARAM_FROM_GROUP(TypeTag, Scalar, GridAdapt, CoarsenTolerance); coarsentol_ = GET_PARAM_FROM_GROUP(TypeTag, Scalar, GridAdapt, CoarsenTolerance);
} }
private: protected:
Problem& problem_; Problem& problem_;
Scalar refinetol_; Scalar refinetol_;
Scalar coarsentol_; Scalar coarsentol_;
......
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