From: Peter Munch Date: Fri, 24 Apr 2020 10:46:08 +0000 (+0200) Subject: Make parallel::shared::Trinagulation::update_number_cache private X-Git-Tag: v9.2.0-rc1~189^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ac759d094a39d0bd83c1c545d5abd1e69acfb7;p=dealii.git Make parallel::shared::Trinagulation::update_number_cache private --- diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index b9b24d09da..cde151c46d 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -341,7 +341,7 @@ namespace parallel bool with_artificial_cells() const; - protected: + private: /** * Override the function to update the number cache so we can fill data * like @p level_ghost_owners. @@ -349,7 +349,6 @@ namespace parallel virtual void update_number_cache() override; - private: /** * Settings */