From 3ca17697d8cbe72b22ef10b89ba6c0d706473a0b Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 28 Jan 2015 11:39:51 +0100 Subject: [PATCH] Fix latex formula --- examples/step-51/step-51.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5