From: Wolfgang Bangerth Date: Sun, 14 Mar 2010 20:26:10 +0000 (+0000) Subject: Fix grammar from its German-influenced form ;-) X-Git-Tag: v8.0.0~6325 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8642e26ab1e9596372236577ea45dd2fccfafe;p=dealii.git Fix grammar from its German-influenced form ;-) git-svn-id: https://svn.dealii.org/trunk@20824 0785d39b-7218-0410-832d-ea1e28bc413d --- 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