From 45e12224aa692fc816e73e0e63a5ed56cbae56b2 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 25 May 2005 03:40:19 +0000 Subject: [PATCH] Fix missing parenthesis. git-svn-id: https://svn.dealii.org/trunk@10734 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex index 02ab588670..e6a632b7b3 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex @@ -53,7 +53,7 @@ to be specified for a unique solution: \qquad &&\text{on $\Gamma_D\subset\partial\Omega$}, \\ - \vec n \ C \varepsilon(\vec u(\vec x,t)) &= \vec b\vec x,t) + \vec n \ C \varepsilon(\vec u(\vec x,t)) &= \vec b(\vec x,t) \qquad &&\text{on $\Gamma_N=\partial\Omega\backslash\Gamma_D$}. \end{align} -- 2.39.5