]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Better output.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 10 Apr 2005 18:19:36 +0000 (18:19 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 10 Apr 2005 18:19:36 +0000 (18:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@10469 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 01d150b7570b35779552a706d7c55dad89260533..e3c723fae1bf81ce3f4eb04b73bd86169d2de4b0 100644 (file)
@@ -1490,17 +1490,17 @@ namespace QuasiStaticElasticity
   template <int dim>
   void TopLevel<dim>::solve_timestep ()
   {
-    pcout << "      Assembling system..." << std::flush;
+    pcout << "    Assembling system..." << std::flush;
     assemble_system ();
     pcout << " norm of rhs is " << system_rhs.l2_norm()
           << std::endl;
       
     const unsigned int n_iterations = solve_linear_problem ();
   
-    pcout << "      Solver converged in " << n_iterations
+    pcout << "    Solver converged in " << n_iterations
           << " iterations." << std::endl;
 
-    pcout << "      Updating quadrature point data..." << std::flush;
+    pcout << "    Updating quadrature point data..." << std::flush;
     update_quadrature_point_history ();
     pcout << std::endl;
   }

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.