From dcc8e28f81d99150a220ad17aa45fd208fc62413 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 10 Mar 2020 15:09:20 -0400 Subject: [PATCH] PreconditionChebyshev: minor documentation cleanup --- include/deal.II/lac/precondition.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 185a7dce5c..2c585b6e24 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -1013,8 +1013,6 @@ public: */ using size_type = types::global_dof_index; - // avoid warning about use of deprecated variables - /** * Standardized data struct to pipe additional parameters to the * preconditioner. @@ -1096,6 +1094,9 @@ public: }; + /** + * Constructor. + */ PreconditionChebyshev(); /** -- 2.39.5