From 31541c818179936680a4c5cb1cf6d50f36a082a3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 7 Jan 2013 03:31:19 +0000 Subject: [PATCH] Remove a few stray semicolons. git-svn-id: https://svn.dealii.org/trunk@27954 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.templates.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.templates.h b/deal.II/include/deal.II/numerics/vector_tools.templates.h index 322f756eef..15464c23aa 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -335,8 +335,8 @@ namespace VectorTools Assert (touch_count[local_dof_indices[j]] < numbers::internal_face_boundary_id, ExcInternalError()); ++touch_count[local_dof_indices[j]]; - }; - }; + } + } // compute the mean value of the // sum which we have placed in each @@ -347,7 +347,7 @@ namespace VectorTools ExcInternalError()); data_2(i) /= touch_count[i]; - }; + } } -- 2.39.5