From: Wolfgang Bangerth Date: Sun, 14 Nov 2010 23:38:33 +0000 (+0000) Subject: Adjust spacing in output. X-Git-Tag: v8.0.0~4929 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ea01df7ac06395a452245fc50c3e99d4b9794a;p=dealii.git Adjust spacing in output. git-svn-id: https://svn.dealii.org/trunk@22728 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 2e15262181..4fc3c24159 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -392,7 +392,7 @@ void LaplaceProblem::solve () solver.solve (system_matrix, completely_distributed_solution, system_rhs, preconditioner); - pcout << " Solved in " << solver_control.last_step() + pcout << " Solved in " << solver_control.last_step() << " iterations." << std::endl; constraints.distribute (completely_distributed_solution); @@ -496,7 +496,7 @@ void LaplaceProblem::run (const unsigned int initial_global_refine) << " Number of degrees of freedom: " << dof_handler.n_dofs() << std::endl; - + assemble_system (); solve ();