From: Wolfgang Bangerth Date: Fri, 28 Jan 2022 01:53:37 +0000 (-0700) Subject: Mark some member variables as 'private'. X-Git-Tag: v9.4.0-rc1~552^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b6683304e4746aedfe420f668b02ae201df855;p=dealii.git Mark some member variables as 'private'. --- 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() *