From c5240ec4f1e1c0536b29a0d80a7a189d2bb5079f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Jun 2010 21:43:00 +0000 Subject: [PATCH] Remove superfluous brace. git-svn-id: https://svn.dealii.org/trunk@21339 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-39/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-39/doc/intro.dox b/deal.II/examples/step-39/doc/intro.dox index d7d65d9924..6c9b2b7922 100644 --- a/deal.II/examples/step-39/doc/intro.dox +++ b/deal.II/examples/step-39/doc/intro.dox @@ -63,7 +63,7 @@ right. As we will see below, even the error estimate is of the same structure, since it can be written as -@f{align*}{ +@f{align*} \eta^2 &= \eta_K^2 + \eta_F^2 + \eta_B^2 \\ \eta_K^2 &= \sum_{K\in \mathbb T_h} h^2 \|f + \Delta u_h\|^2 @@ -85,4 +85,4 @@ preconditioning and a theoretically justified error estimator, see Karakashian an Pascal (2003). The multilevel scheme was discussed in detail in Kanschat (2004). The adaptive iteration and its convergence have been discussed (for triangular meshes) in Hoppe, Kanschat, and -Warburton (2009). \ No newline at end of file +Warburton (2009). -- 2.39.5