]> https://gitweb.dealii.org/ - dealii.git/commitdiff
[MatrixFree] Fix typo in documentation 3698/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 22 Dec 2016 19:25:23 +0000 (20:25 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 22 Dec 2016 19:25:23 +0000 (20:25 +0100)
include/deal.II/matrix_free/fe_evaluation.h

index cf88f73523a0f22706126bdd87343d13909b25af..436c09327281769c0471333da5e5524e8677611d 100644 (file)
@@ -1481,7 +1481,7 @@ protected:
  *             Point<dim> p;
  *             for (unsigned int d=0; d<dim; ++d)
  *               p[d] = p_vect[d][v];
- *             f_value = function.value(p);
+ *             f_value[v] = function.value(p);
  *           }
  *         phi.submit_value(f_value, q);
  *       }

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.