From: Jean-Paul Pelteret Date: Wed, 24 Jan 2018 14:17:46 +0000 (+0100) Subject: Tidy up some documentation X-Git-Tag: v9.0.0-rc1~524^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc71845ccd2dc6e47d3f895735637a5ae4b7959;p=dealii.git Tidy up some documentation --- 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,