From: Wolfgang Bangerth Date: Fri, 18 Feb 2000 09:07:31 +0000 (+0000) Subject: Fix doc. X-Git-Tag: v8.0.0~20925 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d40727167c6d13cf9c1373f8c78f4ae2733072;p=dealii.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@2435 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;