]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
cosmetics
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Nov 1999 15:10:52 +0000 (15:10 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Nov 1999 15:10:52 +0000 (15:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@1822 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h

index 6d294f21540a978552fe3322de2c0a173200db76..a291ac19b6d926c7ebbc510ad1361e060a0a2d88 100644 (file)
@@ -259,7 +259,8 @@ SolverBicgstab<Matrix, Vector>::solve(const Matrix &A,
   
   do 
     {
-      deallog << "Go!" << endl;
+      if (step)
+       deallog << "Restart step " << step << endl;
       if (start() == SolverControl::success) break;  
       state = iterate(precondition);
     }

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.