]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix formatting.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2008 14:44:53 +0000 (14:44 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2008 14:44:53 +0000 (14:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@16155 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6880bad58ab5be2f59e7f342c8f10c069074239c..999f1e1af68e722c97f221c097054eb32a3a2691 100644 (file)
@@ -3045,7 +3045,7 @@ void ConservationLaw<dim>::run ()
                << std::endl
                << std::endl;
       
-      std::cout << "   NonLin Res:       Lin Iter     Lin Res" << std::endl
+      std::cout << "   NonLin Res     Lin Iter     Lin Res" << std::endl
                << "   ______________________________________" << std::endl;
 
                                       // Then comes the inner Newton
@@ -3105,7 +3105,7 @@ void ConservationLaw<dim>::run ()
          const double res_norm = right_hand_side.l2_norm();
          if (std::fabs(res_norm) < 1e-10)
            {
-             std::printf("     %-16.3e (converged)\n\n", res_norm);
+             std::printf("   %-16.3e (converged)\n\n", res_norm);
              break;
            }
          else
@@ -3117,7 +3117,7 @@ void ConservationLaw<dim>::run ()
            
              current_solution += newton_update;
            
-             std::printf("     %-16.3e %04d        %-5.2e\n",
+             std::printf("   %-16.3e %04d        %-5.2e\n",
                          res_norm, convergence.first, convergence.second);
            }
 

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.