From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:15:56 +0000 (-0600) Subject: Refer to the proper parameter. X-Git-Tag: v8.3.0-rc1~454^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5982c0ca62226df6734d45b5d78a960cecd6c5b;p=dealii.git Refer to the proper parameter. --- 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); /**