From b9ee11134e47977fc3beaf7127ec51ad1df716ee Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 19 Oct 2023 09:23:53 -0400 Subject: [PATCH] Remove extra text from grid_tools_geometry.h --- include/deal.II/grid/grid_tools_geometry.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/deal.II/grid/grid_tools_geometry.h b/include/deal.II/grid/grid_tools_geometry.h index efe0cc846b..53b8bd5773 100644 --- a/include/deal.II/grid/grid_tools_geometry.h +++ b/include/deal.II/grid/grid_tools_geometry.h @@ -35,14 +35,6 @@ DEAL_II_NAMESPACE_OPEN -/** - * This namespace is a collection of algorithms working on triangulations, - * such as shifting or rotating triangulations, but also finding a cell that - * contains a given point. See the descriptions of the individual functions - * for more information. - * - * @ingroup grid - */ namespace GridTools { /** -- 2.39.5