]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix unrelated typo in documentation 858/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 21 Apr 2015 17:00:19 +0000 (13:00 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 21 Apr 2015 18:21:01 +0000 (14:21 -0400)
include/deal.II/numerics/vector_tools.h

index 3ed365c84dc1cf56f529be040c32bb43e40c3b84..3990ec2913e6fcdcef8273bd8e13c90d8284d400 100644 (file)
@@ -1861,7 +1861,7 @@ namespace VectorTools
    *                                       solution, exact_solution,
    *                                       local_errors,
    *                                       QGauss<dim>(fe.degree+2),
-   *                                       NormType::L2_norm);
+   *                                       VectorTools::L2_norm);
    *    const double total_local_error = local_errors.l2_norm();
    *    const double total_global_error
    *      = std::sqrt (Utilities::MPI::sum (total_local_error * total_local_error, MPI_COMM_WORLD));

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.