From 55b720e960371b9fde371c623a780b1cd4b2b761 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 6 Jun 2014 18:48:02 +0000 Subject: [PATCH] Fix bug #220: a few typos. git-svn-id: https://svn.dealii.org/trunk@33025 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_values.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 0802018b05..2fbef2effe 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998 - 2013 by the deal.II authors +// Copyright (C) 1998 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -1849,7 +1849,7 @@ public: * * @post hessians[q] will contain the Hessian of the field * described by fe_function at the $q$th quadrature - * point. gradients[q][i][j] represents the $(i,j)$th component + * point. hessians[q][i][j] represents the $(i,j)$th component * of the matrix of second derivatives at quadrature point $q$. * * @note The actual data type of the input vector may be either a @@ -1875,7 +1875,7 @@ public: * vector accessed by hessians[q] equals the number of * components of the finite element, i.e. hessians[q][c] * returns the Hessian of the $c$th vector component at the $q$th quadrature - * point. Consequently, values[q][c][i][j] is the $(i,j)$th + * point. Consequently, hessians[q][c][i][j] is the $(i,j)$th * component of the matrix of second derivatives of the $c$th vector * component of the vector field at quadrature point $q$ of the current * cell. -- 2.39.5