From 56983c31bbd7093174eca10616321aced5240e2e Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 3 Nov 1999 15:10:52 +0000 Subject: [PATCH] cosmetics git-svn-id: https://svn.dealii.org/trunk@1822 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_bicgstab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index 6d294f2154..a291ac19b6 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -259,7 +259,8 @@ SolverBicgstab::solve(const Matrix &A, do { - deallog << "Go!" << endl; + if (step) + deallog << "Restart step " << step << endl; if (start() == SolverControl::success) break; state = iterate(precondition); } -- 2.39.5