From: cvs Date: Wed, 13 Oct 1999 13:17:00 +0000 (+0000) Subject: Small doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5d8b9df07b6e7de7c6a5a8224bab7b6bf9e17a;p=dealii-svn.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@1767 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 ddc8e5cdbc..7ddecac706 100644 --- a/deal.II/lac/include/lac/solver_control.h +++ b/deal.II/lac/include/lac/solver_control.h @@ -170,9 +170,7 @@ class SolverControl : public Subscriptor * class) is reduced by a given factor. This is useful in cases where * you don't want to solve exactly, but rather want to gain two digits. */ -class ReductionControl - : - public SolverControl +class ReductionControl : public SolverControl { public: /**