From ffae6971b9e4f21edb27a6e335d59ed1840f146f Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 28 Dec 2011 20:17:47 +0000 Subject: [PATCH] Minor formatting changes. git-svn-id: https://svn.dealii.org/trunk@24864 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index 465dc991c0..38b8a6cb89 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -310,7 +310,7 @@ class ConstraintMatrix; * that requires the computation of a gradient, then the provided * function is automatically projected along the curve, and the * difference is only computed on the tangential part of the - * gradient, since no information is available on the normal + * gradient, since no information is available on the normal * component of the gradient anyway. * * @@ -1722,7 +1722,7 @@ namespace VectorTools * domain for all vector * components uniformly. Note that * one often wants to compute the - * error in only one component of + * error in only one component of * a solution vector (e.g. for the * pressure in the Stokes system, * when the solution vector also @@ -1868,7 +1868,6 @@ namespace VectorTools * point_difference() function. */ template - void point_value (const DoFHandler &dof, const InVector &fe_function, @@ -1894,7 +1893,6 @@ namespace VectorTools * "step-3". */ template - double point_value (const DoFHandler &dof, const InVector &fe_function, @@ -1916,7 +1914,6 @@ namespace VectorTools * mapping to evaluate the difference. */ template - void point_value (const Mapping &mapping, const DoFHandler &dof, @@ -1938,7 +1935,6 @@ namespace VectorTools * mapping to evaluate the difference. */ template - double point_value (const Mapping &mapping, const DoFHandler &dof, -- 2.39.5