From efe7feda482215fa7ece429e58144c1b0b911e0f Mon Sep 17 00:00:00 2001 From: vishalkenchan Date: Wed, 25 Oct 2017 09:59:21 +0200 Subject: [PATCH] redeclare update_number_cache() as protected --- include/deal.II/distributed/shared_tria.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index 0cbd0fa953..833a54035a 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -278,7 +278,7 @@ namespace parallel */ bool with_artificial_cells() const; - private: + protected: /** * Override the function to update the number cache so we can fill data @@ -286,6 +286,8 @@ namespace parallel */ virtual void update_number_cache (); + private: + /** * Settings */ -- 2.39.5