From: wolf Date: Wed, 21 Mar 2001 16:57:57 +0000 (+0000) Subject: Micro change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2cdbaf64891bd1a8c1d93bc9e5328167dd7c84d;p=dealii-svn.git Micro change. git-svn-id: https://svn.dealii.org/trunk@4254 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria_boundary_lib.cc b/deal.II/deal.II/source/grid/tria_boundary_lib.cc index b641959a59..790adcc90e 100644 --- a/deal.II/deal.II/source/grid/tria_boundary_lib.cc +++ b/deal.II/deal.II/source/grid/tria_boundary_lib.cc @@ -343,7 +343,8 @@ HyperShellBoundary:: get_new_point_on_line (const typename Triangulation::line_iterator &line) const { const Point middle = StraightBoundary::get_new_point_on_line (line); - // compute the position of the points relative to the origin + // compute the position of the + // points relative to the origin const Point middle_relative = middle - center, vertex_relative = line->vertex(0) - center;