From 4871e7890c44ef36426e621f96583d44c05519e1 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 3 Feb 2020 13:36:14 -0600 Subject: [PATCH] Fix indentation --- examples/step-7/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-7/doc/intro.dox b/examples/step-7/doc/intro.dox index d54e667f9b..2ea9ed55e3 100644 --- a/examples/step-7/doc/intro.dox +++ b/examples/step-7/doc/intro.dox @@ -29,7 +29,7 @@ verification which is a very complicated problem. Rather we will demonstrate the tools which deal.II can offer in this respect. This is basically centered around the functionality of a single function, VectorTools::integrate_difference(). This function computes the difference between a given continuous function and -a finite element field in various norms on each cell. +a finite element field in various norms on each cell. Of course, like with any other integral, we can only evaluate these norms using quadrature formulas; the choice of the right quadrature formula is therefore crucial to the accurate evaluation of the error. This holds in particular for the $L_\infty$ -- 2.39.5