From 9dc71845ccd2dc6e47d3f895735637a5ae4b7959 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 24 Jan 2018 15:17:46 +0100 Subject: [PATCH] Tidy up some documentation --- include/deal.II/lac/solver_qmrs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/solver_qmrs.h b/include/deal.II/lac/solver_qmrs.h index a13a2daa18..48f64302ac 100644 --- a/include/deal.II/lac/solver_qmrs.h +++ b/include/deal.II/lac/solver_qmrs.h @@ -117,7 +117,8 @@ public: /** * Constructor. * - * The default is right preconditioning, with the @p solver_tolerance chosen to be 1e-9 and the @p breakdown_threshold set at 1e-16. + * The default is right preconditioning, with the @p solver_tolerance chosen to be 1e-9 and + * the @p breakdown_threshold set at 1e-16. */ explicit AdditionalData (const bool left_preconditioning = false, -- 2.39.5