]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor adjustments.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Nov 2010 21:37:50 +0000 (21:37 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Nov 2010 21:37:50 +0000 (21:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@22777 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria_boundary_lib.cc

index 82ea8092279dff97ac034ea22f0eb5b7121ec2ad..485dde7e7b34200a0fa5b8b02647514fbfdb74ed 100644 (file)
@@ -473,8 +473,11 @@ get_normals_at_vertices (const typename Triangulation<dim>::face_iterator &face,
 
 template <int dim, int spacedim>
 HyperBallBoundary<dim,spacedim>::HyperBallBoundary (const Point<spacedim> p,
-                                          const double     radius) :
-               center(p), radius(radius), compute_radius_automatically(false)
+                                                   const double     radius)
+               :
+               center(p),
+               radius(radius),
+               compute_radius_automatically(false)
 {}
 
 
@@ -497,7 +500,6 @@ HyperBallBoundary<dim,spacedim>::get_new_point_on_line (const typename Triangula
     r=radius;
                                   // project to boundary
   middle *= r / std::sqrt(middle.square());
-
   middle += center;
   return middle;
 }

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.