From: wolf Date: Wed, 25 May 2005 03:40:19 +0000 (+0000) Subject: Fix missing parenthesis. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e12224aa692fc816e73e0e63a5ed56cbae56b2;p=dealii-svn.git Fix missing parenthesis. git-svn-id: https://svn.dealii.org/trunk@10734 0785d39b-7218-0410-832d-ea1e28bc413d --- 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}