]> https://gitweb.dealii.org/ - dealii.git/commitdiff
affine_constraints: hide another block of forward declarations 13490/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Mar 2022 19:14:39 +0000 (12:14 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Mar 2022 19:14:39 +0000 (12:14 -0700)
include/deal.II/lac/affine_constraints.h

index eaa2d95da87218b81756099fd36a0acc49b34f2b..104fff8be9b9553d6e8b8f62cbd688dfadf8c9e1 100644 (file)
@@ -415,10 +415,6 @@ namespace internal
                  dealii::BlockVector<T> &                    vec);
   } // namespace AffineConstraintsImplementation
 } // namespace internal
-
-
-template <typename number>
-class AffineConstraints;
 #endif
 
 // TODO[WB]: We should have a function of the kind
@@ -2348,6 +2344,8 @@ AffineConstraints<number>::get_dof_values(
     }
 }
 
+// Forward declarations
+#ifndef DOXYGEN
 template <typename MatrixType>
 class BlockMatrixBase;
 template <typename SparsityPatternType>
@@ -2465,6 +2463,7 @@ namespace internal
 
   } // namespace AffineConstraints
 } // namespace internal
+#endif
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.