From d8d4b318fc096768b3da5251df7660b618cf236f Mon Sep 17 00:00:00 2001 From: Niklas Fehn Date: Thu, 3 Feb 2022 14:11:47 +0100 Subject: [PATCH] address forward declaration of MappingQCache --- include/deal.II/fe/mapping_q.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/fe/mapping_q.h b/include/deal.II/fe/mapping_q.h index 83f98b803a..447a114eee 100644 --- a/include/deal.II/fe/mapping_q.h +++ b/include/deal.II/fe/mapping_q.h @@ -37,9 +37,10 @@ DEAL_II_NAMESPACE_OPEN +#ifndef DOXYGEN template class MappingQCache; - +#endif /*!@addtogroup mapping */ /*@{*/ -- 2.39.5