From 2d16b2d28e01d462b155aa1acf81aa3d77fa257f Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 24 Jan 2018 15:24:41 +0100 Subject: [PATCH] Update solver_qmrs.h --- include/deal.II/lac/solver_qmrs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/solver_qmrs.h b/include/deal.II/lac/solver_qmrs.h index 48f64302ac..cb885e8a8e 100644 --- a/include/deal.II/lac/solver_qmrs.h +++ b/include/deal.II/lac/solver_qmrs.h @@ -117,7 +117,7 @@ public: /** * Constructor. * - * The default is right preconditioning, with the @p solver_tolerance chosen to be 1e-9 and + * 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 -- 2.39.5