From 73ac759d094a39d0bd83c1c545d5abd1e69acfb7 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 24 Apr 2020 12:46:08 +0200 Subject: [PATCH] Make parallel::shared::Trinagulation::update_number_cache private --- include/deal.II/distributed/shared_tria.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.39.5