From c8345e0a9868e99bad78222e590494178e613fe5 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 12 Aug 2020 17:38:22 +0200 Subject: [PATCH] Fix typo --- include/deal.II/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 1a2954a28e..6548c2fb64 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -670,7 +670,7 @@ namespace GridGenerator * dimensions, but throws an error if called in 1d. * * By default, the manifold_id is set to 0 on the boundary faces, 1 on the - * boundary cells, and types::flat_manifold_id on the central cell and on + * boundary cells, and numbers::flat_manifold_id on the central cell and on * internal faces. * * A SphericalManifold is attached by default to the boundary faces for @@ -756,7 +756,7 @@ namespace GridGenerator * * * By default, the manifold_id is set to 0 on the boundary faces, 1 on the - * boundary cells, and types::flat_manifold_id on the central cell and on + * boundary cells, and numbers::flat_manifold_id on the central cell and on * internal faces. * * @pre The triangulation passed as argument needs to be empty when calling -- 2.39.5