From ac41242bf95fcf02a7f33b2a2553f83fb5f86652 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 13 May 2024 09:23:21 +0200 Subject: [PATCH] Fix typo in documentation --- include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 391f489697..37d5aa694d 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -113,7 +113,7 @@ namespace GridGenerator * $d+1$ quadrilateral or hexahedral cells. (However, you can create a * simplex geometry with a single simplex cell -- i.e., a triangle or * a tetrahedron -- with both the GridGenerator::reference_cell() and - * the directly with the Triangulation::create_triangulation() functions.) + * directly with the Triangulation::create_triangulation() functions.) * * The @p vertices argument contains a vector with all d+1 vertices defining * the corners of the simplex. They must be given in an order such that the -- 2.39.5