From d01f3d0956f85dc7cf613e73726218535894fdfd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 15 Feb 2011 17:27:04 +0000 Subject: [PATCH] Fix doc prob. git-svn-id: https://svn.dealii.org/trunk@23364 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index c87de9b967..21f73d608d 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -455,7 +455,7 @@ class GridGenerator * a trapezoid from * x=-half_length to * x=+half_length and - * from y=-radius to + * from y=-radius_0 to * y=radius_0 at * x=-half_length and * from y=-radius_1 to -- 2.39.5