From 88efe2726f6892a40de47a7cda24529d5898df5f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Sep 2009 03:22:44 +0000 Subject: [PATCH] Remove a marker -- the link comes out just right. git-svn-id: https://svn.dealii.org/trunk@19439 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/step-35.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5