From: Marc Fehling Date: Fri, 4 Mar 2022 19:14:39 +0000 (-0700) Subject: affine_constraints: hide another block of forward declarations X-Git-Tag: v9.4.0-rc1~412^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a14290b2876c10ebfdaadb4a1426540b2ac168c;p=dealii.git affine_constraints: hide another block of forward declarations --- 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