From 507cd191d5aa1fdda2aeaf8b04690a59b2cb850d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 May 2000 10:55:17 +0000 Subject: [PATCH] Fix formatting. git-svn-id: https://svn.dealii.org/trunk@2872 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_control.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/solver_control.h b/deal.II/lac/include/lac/solver_control.h index 343463c643..811dd969e7 100644 --- a/deal.II/lac/include/lac/solver_control.h +++ b/deal.II/lac/include/lac/solver_control.h @@ -180,8 +180,7 @@ class SolverControl : public Subscriptor * of iterations is 20, the reduction factor is 1% und the tolerance * is 0.1%. The initial residual is 2.5. The process will break if 20 * iteration are comleted or the new residual is less then 2.5*1% or - * if it is less then 0.1%. - + * if it is less then 0.1%. */ class ReductionControl : public SolverControl { -- 2.39.5