From: Daniel Arndt Date: Wed, 16 Mar 2022 13:39:30 +0000 (-0400) Subject: Make doxygen show correct header file for GridTools::Cache X-Git-Tag: v9.4.0-rc1~366^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84e59e97e9bdcdf2b4b2afd428a0a16a86e798f;p=dealii.git Make doxygen show correct header file for GridTools::Cache --- 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 */