From ac6744ebb44aaf0af2a545ccdc550d6aaf5b6abe Mon Sep 17 00:00:00 2001 From: mjayadharan <35903705+mjayadharan@users.noreply.github.com> Date: Sat, 10 Aug 2019 18:50:21 -0400 Subject: [PATCH] Address comments --- include/deal.II/grid/grid_generator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 32f1de5aa3..52c1a2a907 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -136,12 +136,13 @@ namespace GridGenerator * * @note The triangulation passed as argument needs to be empty when calling this function. * - * @param tria The Triangulation to create. It needs to be empty upon + * @param tria The triangulation to create. It needs to be empty upon * calling this function. * * @param repetitions A vector of @p dim positive values denoting the number - * of cells to generate in that direction. For example, first component of the vector specifies the number of cells - * in the x-direction, second component specifies that for the y-direction for dim=2. + * of cells to generate in that direction. For example, the first component of + * the vector specifies the number of cells in the x-direction, the second + * component specifies that for the y-direction for dim=2. * * @param left Lower bound for the interval used to create the hyper cube. * -- 2.39.5