From: Peter Munch Date: Wed, 12 Aug 2020 15:38:22 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~1190^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8345e0a9868e99bad78222e590494178e613fe5;p=dealii.git Fix typo --- 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