From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 18:12:56 +0000 (+0000) Subject: Fix one markup problem in a formula. X-Git-Tag: v8.0.0~7066 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2d67a14d73cadc802b74e89a574c3b99abacf1;p=dealii.git Fix one markup problem in a formula. git-svn-id: https://svn.dealii.org/trunk@19509 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-35/step-35.cc b/deal.II/examples/step-35/step-35.cc index ebbe40b196..f2abfb6de2 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -1009,7 +1009,7 @@ template void NavierStokesProjection::projection_step (const bool reinit_prec) { pres_iterative.copy_from (pres_Laplace); - + pres_tmp = 0.; for (unsigned d=0; d::projection_step (const bool reinit_prec) // @f] // or the rotational form, which is // @f[ - // p^{n+1} = p^n + \phi^{n+1} - \fraC{1}{Re} \nabla\cdot u^{n+1}. + // p^{n+1} = p^n + \phi^{n+1} - \frac{1}{Re} \nabla\cdot u^{n+1}. // @f] template void NavierStokesProjection::update_pressure (const bool reinit_prec)