From c1ff578c0a7868fef8a21d396d7588b4a7ac6312 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 28 Jul 2005 20:19:50 +0000 Subject: [PATCH] Change docs slightly. git-svn-id: https://svn.dealii.org/trunk@11212 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 23e0cccfe1..6474e6381a 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -487,9 +487,9 @@ class VectorTools * 1d. At present, it is not * implemented. * - * The default value of the - * quadrature formula is an - * invalid object. + * The default value of the boundary + * quadrature formula is an invalid + * object since it makes no sense in 1d. */ static void project (const Mapping<1> &mapping, const DoFHandler<1> &dof, -- 2.39.5