From: Niklas Fehn Date: Thu, 3 Feb 2022 12:45:10 +0000 (+0100) Subject: remove forward declarations of MappingQ X-Git-Tag: v9.4.0-rc1~534^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe9529726d19be9077a47d12ef8b0ed3f053753;p=dealii.git remove forward declarations of MappingQ --- diff --git a/include/deal.II/fe/mapping_manifold.h b/include/deal.II/fe/mapping_manifold.h index 623ae57559..43778d7b8a 100644 --- a/include/deal.II/fe/mapping_manifold.h +++ b/include/deal.II/fe/mapping_manifold.h @@ -29,10 +29,6 @@ DEAL_II_NAMESPACE_OPEN -template -class MappingQ; - - /*!@addtogroup mapping */ /*@{*/ diff --git a/include/deal.II/fe/mapping_q.h b/include/deal.II/fe/mapping_q.h index ddb9a63352..83f98b803a 100644 --- a/include/deal.II/fe/mapping_q.h +++ b/include/deal.II/fe/mapping_q.h @@ -37,9 +37,6 @@ DEAL_II_NAMESPACE_OPEN -template -class MappingQ; - template class MappingQCache;