Skip to content

Commit

Permalink
Merge pull request #13330 from nfehn/forward_declaration_mapping_q
Browse files Browse the repository at this point in the history
remove forward declarations of MappingQ
  • Loading branch information
kronbichler committed Feb 3, 2022
2 parents 8200160 + d8d4b31 commit b456483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions include/deal.II/fe/mapping_manifold.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

DEAL_II_NAMESPACE_OPEN

template <int, int>
class MappingQ;


/*!@addtogroup mapping */
/*@{*/

Expand Down
6 changes: 2 additions & 4 deletions include/deal.II/fe/mapping_q.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@

DEAL_II_NAMESPACE_OPEN

template <int, int>
class MappingQ;

#ifndef DOXYGEN
template <int, int>
class MappingQCache;

#endif

/*!@addtogroup mapping */
/*@{*/
Expand Down

0 comments on commit b456483

Please sign in to comment.