From: David Wells Date: Thu, 19 Oct 2023 13:23:53 +0000 (-0400) Subject: Remove extra text from grid_tools_geometry.h X-Git-Tag: relicensing~379^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ee11134e47977fc3beaf7127ec51ad1df716ee;p=dealii.git Remove extra text from grid_tools_geometry.h --- 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 { /**