]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bug #220: a few typos.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Jun 2014 18:48:02 +0000 (18:48 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Jun 2014 18:48:02 +0000 (18:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@33025 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_values.h

index 0802018b0548df8d3daee11e1aea6d9b473a2552..2fbef2effe5a670d7679b5f5da35067a3c717a37 100644 (file)
@@ -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 <code>hessians[q]</code> will contain the Hessian of the field
    * described by fe_function at the $q$th quadrature
-   * point. <code>gradients[q][i][j]</code> represents the $(i,j)$th component
+   * point. <code>hessians[q][i][j]</code> 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 <code>hessians[q]</code> equals the number of
    * components of the finite element, i.e. <code>hessians[q][c]</code>
    * returns the Hessian of the $c$th vector component at the $q$th quadrature
-   * point. Consequently, <code>values[q][c][i][j]</code> is the $(i,j)$th
+   * point. Consequently, <code>hessians[q][c][i][j]</code> 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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.