]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust spacing in output.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 14 Nov 2010 23:38:33 +0000 (23:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 14 Nov 2010 23:38:33 +0000 (23:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@22728 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-40/step-40.cc

index 2e152621815e5da1985b67979dd9acd2afba0897..4fc3c24159c2cab893313dd3f502ddbb69c53680 100644 (file)
@@ -392,7 +392,7 @@ void LaplaceProblem<dim>::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<dim>::run (const unsigned int initial_global_refine)
            << "   Number of degrees of freedom: "
            << dof_handler.n_dofs()
            << std::endl;
-      
+
       assemble_system ();
       solve ();
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.