From: vishalkenchan Date: Wed, 25 Oct 2017 07:59:21 +0000 (+0200) Subject: redeclare update_number_cache() as protected X-Git-Tag: v9.0.0-rc1~869^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe7feda482215fa7ece429e58144c1b0b911e0f;p=dealii.git redeclare update_number_cache() as protected --- 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 */