]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark some member variables as 'private'.
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Jan 2022 01:53:37 +0000 (18:53 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Jan 2022 04:24:08 +0000 (21:24 -0700)
include/deal.II/grid/manifold_lib.h

index 06d606c835bdae7b16c599f369d1a5ca3c0aa651..3f4a4681f830969c0853ec3500e7086ddc12803a 100644 (file)
@@ -451,7 +451,7 @@ public:
   get_new_point(const ArrayView<const Point<spacedim>> &surrounding_points,
                 const ArrayView<const double> &         weights) const override;
 
-protected:
+private:
   /**
    * A vector orthogonal to the normal direction.
    */
@@ -467,7 +467,6 @@ protected:
    */
   const Point<spacedim> point_on_axis;
 
-private:
   /**
    * Relative tolerance to measure zero distances.
    */
@@ -551,7 +550,7 @@ public:
   push_forward_gradient(const Point<spacedim> &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()
    *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.