From: Nicola Demo Date: Wed, 23 Mar 2016 13:21:16 +0000 (+0100) Subject: Remove auto as typename, added comment for dimensional problem X-Git-Tag: v8.5.0-rc1~1181^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2396%2Fhead;p=dealii.git Remove auto as typename, added comment for dimensional problem --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index ddc2f0deb1..b7ec018a93 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -576,7 +576,7 @@ namespace GridGenerator * @p colorize flag is set, the @p boundary_ids of the surfaces are * assigned, such that the left boundary is 0, and the others are set with * growing number accordingly to the counterclockwise. Colorize option works - * only with 2-dimensional problem. This function will create the classical + * only with 2-dimensional problem. This function will create the classical * L-shape in 2d and it will look like the following in 3d: * * @image html hyper_l.png