From ce7d3246582f331d58a93fd65c4a85adb6bc532e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 21 Mar 2001 16:57:57 +0000 Subject: [PATCH] Micro change. git-svn-id: https://svn.dealii.org/trunk@4254 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/tria_boundary_lib.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5