From: Timo Heister Date: Thu, 3 Feb 2022 15:30:30 +0000 (-0500) Subject: remove two wrong file comments X-Git-Tag: v9.4.0-rc1~535^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cf805b31a59c27aa47c673c61d9b92ff2214fd;p=dealii.git remove two wrong file comments --- diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 142993d20d..b740ec114c 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -16,8 +16,6 @@ #ifndef dealii_precondition_h #define dealii_precondition_h -// This file contains simple preconditioners. - #include #include diff --git a/include/deal.II/lac/solver.h b/include/deal.II/lac/solver.h index 63631e0329..08548ccdb3 100644 --- a/include/deal.II/lac/solver.h +++ b/include/deal.II/lac/solver.h @@ -23,7 +23,6 @@ #include #include -// Ignore deprecation warnings for auto_ptr. #include DEAL_II_NAMESPACE_OPEN