From 89b6683304e4746aedfe420f668b02ae201df855 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Jan 2022 18:53:37 -0700 Subject: [PATCH] Mark some member variables as 'private'. --- include/deal.II/grid/manifold_lib.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/grid/manifold_lib.h b/include/deal.II/grid/manifold_lib.h index 06d606c835..3f4a4681f8 100644 --- a/include/deal.II/grid/manifold_lib.h +++ b/include/deal.II/grid/manifold_lib.h @@ -451,7 +451,7 @@ public: get_new_point(const ArrayView> &surrounding_points, const ArrayView & weights) const override; -protected: +private: /** * A vector orthogonal to the normal direction. */ @@ -467,7 +467,6 @@ protected: */ const Point point_on_axis; -private: /** * Relative tolerance to measure zero distances. */ @@ -551,7 +550,7 @@ public: push_forward_gradient(const Point &chart_point) const override; -protected: +private: /** * The direction vector of the major axis. */ @@ -566,7 +565,6 @@ protected: const double cosh_u; const double sinh_u; -private: /** * @copydoc ChartManifold::get_periodicity() * -- 2.39.5