From: Wolfgang Bangerth Date: Fri, 21 Sep 2007 14:10:06 +0000 (+0000) Subject: Fix comments X-Git-Tag: v8.0.0~9828 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ee8ff7b6bf00949c50bf5ac588e7a80547541e;p=dealii.git Fix comments git-svn-id: https://svn.dealii.org/trunk@15230 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index ed0281f0e8..02296098a9 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -1081,7 +1081,8 @@ class FEValuesBase : protected FEValuesData, bool quadrature_points_fastest = false) const; /** - * Function gradient access with + * Access to the second + * derivatives of a function with * more flexibility. see * get_function_values() with * corresponding arguments. @@ -1093,7 +1094,8 @@ class FEValuesBase : protected FEValuesData, std::vector >& result) const; /** - * Function gradient access with + * Access to the second + * derivatives of a function with * more flexibility. see * get_function_values() with * corresponding arguments.