From 05fb1a672e35c5f57e479e4c242ed104cd432baf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 15 Nov 2013 21:28:50 +0000 Subject: [PATCH] Minor language fix. git-svn-id: https://svn.dealii.org/trunk@31678 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.templates.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 258f83a2c9..7758845376 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -4295,8 +4295,8 @@ namespace VectorTools vector_dofs.dof_indices[0] = face_dofs[i]; Assert(first_vector_component+dim<=fe.n_components(), - ExcMessage("Error: the finite element has not enough components " - "to define a normal direction.")); + ExcMessage("Error: the finite element does not have enough components " + "to define a normal direction.")); for (unsigned int k=0; k, - PointComparator >::const_iterator it=vector_dofs.begin(); + PointComparator >::const_iterator it=vector_dofs.begin(); it!=vector_dofs.end(); ++it) { unsigned int n_constraints = 0; -- 2.39.5