From f84e59e97e9bdcdf2b4b2afd428a0a16a86e798f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 16 Mar 2022 09:39:30 -0400 Subject: [PATCH] Make doxygen show correct header file for GridTools::Cache --- include/deal.II/grid/grid_tools.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index d02bd22642..e86eafa828 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -88,6 +88,12 @@ namespace hp } class SparsityPattern; + +namespace GridTools +{ + template + class Cache; +} #endif namespace internal @@ -124,9 +130,6 @@ namespace internal */ namespace GridTools { - template - class Cache; - /** * @name Information about meshes and cells */ -- 2.39.5