]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one markup problem in a formula.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Sep 2009 18:12:56 +0000 (18:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Sep 2009 18:12:56 +0000 (18:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@19509 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/step-35.cc

index ebbe40b1967984ee9eb7908838e7a0a7d5b025ef..f2abfb6de2818cfea4daea379a5a7c2e023d5944 100644 (file)
@@ -1009,7 +1009,7 @@ template <int dim>
 void NavierStokesProjection<dim>::projection_step (const bool reinit_prec)
 {
   pres_iterative.copy_from (pres_Laplace);
-  
+
   pres_tmp = 0.;
   for (unsigned d=0; d<dim; ++d)
     pres_Diff[d].Tvmult_add (pres_tmp, u_n[d]);
@@ -1046,7 +1046,7 @@ void NavierStokesProjection<dim>::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 <int dim>
 void NavierStokesProjection<dim>::update_pressure (const bool reinit_prec)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.