Skip to content

Commit

Permalink
affine_constraints: hide another block of forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Mar 4, 2022
1 parent 6459102 commit 7a14290
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 @@ -2348,6 +2344,8 @@ AffineConstraints<number>::get_dof_values(
}
}

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

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



Expand Down

0 comments on commit 7a14290

Please sign in to comment.