From 61d40727167c6d13cf9c1373f8c78f4ae2733072 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Feb 2000 09:07:31 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@2435 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/function.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/base/include/base/function.h b/deal.II/base/include/base/function.h index d8696ec7fc..277c0d1fde 100644 --- a/deal.II/base/include/base/function.h +++ b/deal.II/base/include/base/function.h @@ -180,10 +180,9 @@ class Function : public FunctionTime, const unsigned int component = 0) const; /** - * Return the gradient of the - * specified component of the - * function at the given point, - * for all components. + * Return the gradient of all + * components of the + * function at the given point. */ virtual void vector_gradient (const Point &p, vector > &gradients) const; -- 2.39.5