From 8dd9e67f4d51a9566e1c16b3c2424c2f61212362 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Mon, 13 Feb 2012 16:38:54 +0000 Subject: [PATCH] [AMG] * allow extending the dependency operators via inheritance [[Imported from SVN: r1532]] --- dune/istl/paamg/aggregates.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/istl/paamg/aggregates.hh b/dune/istl/paamg/aggregates.hh index 697684d59..e6f3c0b4a 100644 --- a/dune/istl/paamg/aggregates.hh +++ b/dune/istl/paamg/aggregates.hh @@ -160,7 +160,7 @@ namespace Dune : Parameters() {} - private: + protected: /** @brief The matrix we work on. */ const Matrix* matrix_; /** @brief The current max value.*/ @@ -219,7 +219,7 @@ namespace Dune : Parameters() {} - private: + protected: /** @brief The matrix we work on. */ const Matrix* matrix_; /** @brief The current max value.*/ -- GitLab