From: Martin Kronbichler Date: Wed, 28 Jan 2015 10:39:51 +0000 (+0100) Subject: Fix latex formula X-Git-Tag: v8.3.0-rc1~514^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca17697d8cbe72b22ef10b89ba6c0d706473a0b;p=dealii.git Fix latex formula --- diff --git a/examples/step-51/step-51.cc b/examples/step-51/step-51.cc index 532f77c1dd..9688fa486b 100644 --- a/examples/step-51/step-51.cc +++ b/examples/step-51/step-51.cc @@ -261,7 +261,7 @@ namespace Step51 // solution. It is very similar to step-7, with the exception that we now have // a convection term instead of the reaction term. Since the velocity field is // incompressible, i.e. $\nabla \cdot \mathbf{c} = 0$, this term simply reads -// $\mathbf{c} \nabla \ve u$. +// $\mathbf{c} \nabla u$. template class RightHandSide : public Function, protected SolutionBase