From 0e762111fe4db4cb307ac6d32d5b752afde2b277 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 14 Mar 2010 20:26:10 +0000 Subject: [PATCH] Fix grammar from its German-influenced form ;-) git-svn-id: https://svn.dealii.org/trunk@20824 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/numerics/vectors.templates.h | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index cd60005e97..4adc1b6ccc 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -72,7 +72,7 @@ void VectorTools::interpolate (const Mapping // For FESystems many of the // unit_support_points will appear - // multiply, as a point may be + // multiple times, as a point may be // unit_support_point for several of the // components of the system. The following // is rather complicated, but at least @@ -94,17 +94,15 @@ void VectorTools::interpolate (const Mapping } - // Find the support points - // on a cell that - // are multiply mentioned in - // unit_support_points. - // Mark the first representative - // of each multiply mentioned - // support point by appending its - // dof index to dofs_of_rep_points. - // Each multiple point gets to know - // the dof index of its representative - // point by the dof_to_rep_dof_table. + // Find the support points on a cell that + // are mentioned multiple times in + // unit_support_points. Mark the first + // representative of each support point + // mentioned multiple times by appending + // its dof index to dofs_of_rep_points. + // Each multiple point gets to know the dof + // index of its representative point by the + // dof_to_rep_dof_table. // the following vector collects all dofs i, // 0<=i