Skip to content

Commit

Permalink
Merge pull request #13545 from masterleinad/header_grid_tools_cache
Browse files Browse the repository at this point in the history
Make doxygen show correct header file for GridTools::Cache
  • Loading branch information
kronbichler committed Mar 16, 2022
2 parents 656e151 + f84e59e commit 188d446
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/deal.II/grid/grid_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ namespace hp
}

class SparsityPattern;

namespace GridTools
{
template <int dim, int spacedim>
class Cache;
}
#endif

namespace internal
Expand Down Expand Up @@ -124,9 +130,6 @@ namespace internal
*/
namespace GridTools
{
template <int dim, int spacedim>
class Cache;

/**
* @name Information about meshes and cells
*/
Expand Down

0 comments on commit 188d446

Please sign in to comment.