Skip to content

Commit

Permalink
Merge pull request #13490 from marcfehling/forward-affine
Browse files Browse the repository at this point in the history
affine_constraints: hide another block of forward declarations
  • Loading branch information
bangerth committed Mar 4, 2022
2 parents a05e45a + 7a14290 commit 600b14a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/deal.II/lac/affine_constraints.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2362,6 +2358,8 @@ AffineConstraints<number>::get_dof_values(
}
}

// Forward declarations
#ifndef DOXYGEN
template <typename MatrixType>
class BlockMatrixBase;
template <typename SparsityPatternType>
Expand Down Expand Up @@ -2479,6 +2477,7 @@ namespace internal

} // namespace AffineConstraints
} // namespace internal
#endif



Expand Down

0 comments on commit 600b14a

Please sign in to comment.