From 7a14290b2876c10ebfdaadb4a1426540b2ac168c Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 4 Mar 2022 12:14:39 -0700 Subject: [PATCH] affine_constraints: hide another block of forward declarations --- include/deal.II/lac/affine_constraints.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/deal.II/lac/affine_constraints.h b/include/deal.II/lac/affine_constraints.h index eaa2d95da8..104fff8be9 100644 --- a/include/deal.II/lac/affine_constraints.h +++ b/include/deal.II/lac/affine_constraints.h @@ -415,10 +415,6 @@ namespace internal dealii::BlockVector & vec); } // namespace AffineConstraintsImplementation } // namespace internal - - -template -class AffineConstraints; #endif // TODO[WB]: We should have a function of the kind @@ -2348,6 +2344,8 @@ AffineConstraints::get_dof_values( } } +// Forward declarations +#ifndef DOXYGEN template class BlockMatrixBase; template @@ -2465,6 +2463,7 @@ namespace internal } // namespace AffineConstraints } // namespace internal +#endif -- 2.39.5