From 927eb3044a83ece879127ea15b28caa67368053e Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Wed, 23 Mar 2016 14:21:16 +0100 Subject: [PATCH] Remove auto as typename, added comment for dimensional problem --- 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 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 -- 2.39.5