From: Wolfgang Bangerth Date: Wed, 17 May 2000 10:55:17 +0000 (+0000) Subject: Fix formatting. X-Git-Tag: v8.0.0~20533 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507cd191d5aa1fdda2aeaf8b04690a59b2cb850d;p=dealii.git Fix formatting. git-svn-id: https://svn.dealii.org/trunk@2872 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 {