From: Bruno Blais Date: Tue, 6 Aug 2019 22:25:33 +0000 (-0400) Subject: Update include/deal.II/grid/grid_generator.h X-Git-Tag: v9.2.0-rc1~1311^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78063fb77ec4b307183b8784ebc0c5908acf543c;p=dealii.git Update include/deal.II/grid/grid_generator.h Fixed typo Co-Authored-By: Timo Heister --- 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. * */