From a5982c0ca62226df6734d45b5d78a960cecd6c5b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:15:56 -0600 Subject: [PATCH] Refer to the proper parameter. --- include/deal.II/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index ae6b1654bb..16a1b90c1f 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -582,7 +582,7 @@ namespace GridGenerator /** - * This class produces a square on the xy-plane with a circular hole + * This class produces a square in the xy-plane with a circular hole * in the middle. Square and circle are centered at the origin. In 3d, this * geometry is extruded in $z$ direction to the interval $[0,L]$. * @@ -606,7 +606,7 @@ namespace GridGenerator const double inner_radius = .25, const double outer_radius = .5, const double L = .5, - const unsigned int repetition = 1, + const unsigned int repetitions = 1, const bool colorize = false); /** -- 2.39.5