From 3e5d8b9df07b6e7de7c6a5a8224bab7b6bf9e17a Mon Sep 17 00:00:00 2001 From: cvs Date: Wed, 13 Oct 1999 13:17:00 +0000 Subject: [PATCH] Small doc update. git-svn-id: https://svn.dealii.org/trunk@1767 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_control.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: /** -- 2.39.5