From: Wolfgang Bangerth Date: Tue, 28 Oct 2008 19:27:34 +0000 (+0000) Subject: Write time step in a more standard format. X-Git-Tag: v8.0.0~8462 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b652892cc8fdd55cd7295ee5d0ac517c0a36b81d;p=dealii.git Write time step in a more standard format. git-svn-id: https://svn.dealii.org/trunk@17376 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index bcf43f4b44..9fe26f6468 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -2299,7 +2299,7 @@ void BoussinesqFlowProblem::solve () GridTools::minimal_cell_diameter(triangulation) / std::max (get_maximal_velocity(), .01); - std::cout << " " << "Time step = " << time_step + std::cout << " " << "Time step: " << time_step << std::endl; temperature_solution = old_temperature_solution;