From 78063fb77ec4b307183b8784ebc0c5908acf543c Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Tue, 6 Aug 2019 18:25:33 -0400 Subject: [PATCH] Update include/deal.II/grid/grid_generator.h Fixed typo Co-Authored-By: Timo Heister --- 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 1c9dd3f197..74c82f8557 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1035,7 +1035,7 @@ namespace GridGenerator * @image html cylinder_shell.png * * In this picture, a cylinder shell of length 2, inner radius 0.5, outer - * radius 1. is shown. The default argument for n_radial_cells and + * radius 1 is shown. The default argument for n_radial_cells and * n_axial_cells are used and a single global refinement is carried out. * */ -- 2.39.5