From 25cf805b31a59c27aa47c673c61d9b92ff2214fd Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 3 Feb 2022 10:30:30 -0500 Subject: [PATCH] remove two wrong file comments --- include/deal.II/lac/precondition.h | 2 -- include/deal.II/lac/solver.h | 1 - 2 files changed, 3 deletions(-) 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 -- 2.39.5