From: Wolfgang Bangerth Date: Thu, 24 Jun 2010 21:43:00 +0000 (+0000) Subject: Remove superfluous brace. X-Git-Tag: v8.0.0~5930 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e45392a1eec95310dfa9b70608dffca1f34aee4;p=dealii.git Remove superfluous brace. git-svn-id: https://svn.dealii.org/trunk@21339 0785d39b-7218-0410-832d-ea1e28bc413d --- 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).