From a154672d64dd630c220006c131ed8c1dded948d5 Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 17 Apr 2004 03:34:17 +0000 Subject: [PATCH] Drop a constant. git-svn-id: https://svn.dealii.org/trunk@9035 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-15.data/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-15.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-15.data/intro.tex index 2983dc989a..fca1c7b553 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-15.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-15.data/intro.tex @@ -220,7 +220,7 @@ expression for refinement of cell $K$: \right\|^2_K \notag \\ & + - \frac 12 h \left| (x-u_h^3)^2 [(u_h')^5] \right|^2_{\partial K}, + h \left| (x-u_h^3)^2 [(u_h')^5] \right|^2_{\partial K}, \end{eqnarray} where $[\cdot]$ is the jump of a quantity across an intercell boundary, and $|\cdot|_{\partial K}$ is the sum of the quantity evaluated at the two end -- 2.39.5