From: Wolfgang Bangerth Date: Fri, 11 Sep 2009 03:22:44 +0000 (+0000) Subject: Remove a marker -- the link comes out just right. X-Git-Tag: v8.0.0~7134 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88efe2726f6892a40de47a7cda24529d5898df5f;p=dealii.git Remove a marker -- the link comes out just right. git-svn-id: https://svn.dealii.org/trunk@19439 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 ce79271619..d4e1ea45c1 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -887,7 +887,7 @@ template void Navier_Stokes_Projection::update_pressure( const boo // @sect4{ Navier_Stokes_Projection::plot_solution } // This method plots the current solution. It is an adaptation of -// step-31 **** and so I will not elaborate on it. +// step-31 and so I will not elaborate on it. // There is one small detail here. It is often interested to see // the vorticity of the flow. But, since we are using it here only for plotting // purposes, we are not going to compute it at every time step, but only when