From b652892cc8fdd55cd7295ee5d0ac517c0a36b81d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Oct 2008 19:27:34 +0000 Subject: [PATCH] Write time step in a more standard format. git-svn-id: https://svn.dealii.org/trunk@17376 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5