From: bangerth Date: Tue, 28 Oct 2008 19:27:34 +0000 (+0000) Subject: Write time step in a more standard format. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e14c9b93180f1d5111b72a701ad1a3b5cd0931;p=dealii-svn.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;