From: bangerth Date: Sun, 14 Nov 2010 23:38:33 +0000 (+0000) Subject: Adjust spacing in output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4d508e05ddb9d23c6e7de9ec21d778da9ae0db;p=dealii-svn.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 ();