From 76ee8ff7b6bf00949c50bf5ac588e7a80547541e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 21 Sep 2007 14:10:06 +0000 Subject: [PATCH] Fix comments git-svn-id: https://svn.dealii.org/trunk@15230 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.5