]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some extra underscores. 5859/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 4 Feb 2018 21:25:12 +0000 (16:25 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 4 Feb 2018 21:25:12 +0000 (16:25 -0500)
source/grid/manifold_lib.cc

index 781ddc97988f9989a6329120b258d5c2c695f506..06547a4d5490dbbe611a0c9cf2b1a321127bc4e8 100644 (file)
@@ -931,14 +931,14 @@ CylindricalManifold<dim, spacedim>::CylindricalManifold(const unsigned int axis,
 
 
 template <int dim, int spacedim>
-CylindricalManifold<dim, spacedim>::CylindricalManifold(const Tensor<1, spacedim> &direction_,
-                                                        const Point<spacedim> &point_on_axis_,
+CylindricalManifold<dim, spacedim>::CylindricalManifold(const Tensor<1, spacedim> &direction,
+                                                        const Point<spacedim> &point_on_axis,
                                                         const double tolerance) :
   ChartManifold<dim,spacedim,3>(Tensor<1,3>({0,2.*numbers::PI,0})),
-              normal_direction(internal::compute_normal(direction_, true)),
-              direction (direction_/direction_.norm()),
-              point_on_axis (point_on_axis_),
-              tolerance(tolerance)
+              normal_direction(internal::compute_normal(direction, true)),
+              direction (direction/direction.norm()),
+              point_on_axis (point_on_axis),
+              tolerance (tolerance)
 {
   // do not use static_assert to make dimension-independent programming
   // easier.

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.