]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typo in class documentation of FEEvaluation 11165/head
authorMagdalena Schreter <schreter.magdalena@gmail.com>
Wed, 11 Nov 2020 19:40:15 +0000 (20:40 +0100)
committerMagdalena Schreter <schreter.magdalena@gmail.com>
Wed, 11 Nov 2020 19:40:15 +0000 (20:40 +0100)
include/deal.II/matrix_free/fe_evaluation.h

index b4790b7a051077d3e65fb76d8249b5cf7d15e23a..6446d407ddfcfc7ef2691856216ec100d6ccdc2e 100644 (file)
@@ -2342,7 +2342,7 @@ protected:
  *   {
  *     VectorizedArray<double> val1 = phi1.get_value(q);
  *     Tensor<1,dim,VectorizedArray<double> > grad2 = phi2.get_gradient(q);
- *     Point<dim,VectorizedArray<double> > point = phi1.get_quadrature_point(q);
+ *     Point<dim,VectorizedArray<double> > point = phi1.quadrature_point(q);
  *     // ... some complicated formula combining those three...
  *   }
  * @endcode

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.