From: Timo Heister Date: Tue, 10 Mar 2020 19:09:20 +0000 (-0400) Subject: PreconditionChebyshev: minor documentation cleanup X-Git-Tag: v9.2.0-rc1~433^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc8e28f81d99150a220ad17aa45fd208fc62413;p=dealii.git PreconditionChebyshev: minor documentation cleanup --- 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(); /**