From 21ad89630c2a9af01d890fc6b8ab1827f78d3d09 Mon Sep 17 00:00:00 2001 From: Bruno Date: Thu, 1 Apr 2021 15:04:40 -0400 Subject: [PATCH] Fixed documentation --- 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 f5b8e90b62..1edd4b6ec5 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -969,8 +969,8 @@ namespace GridGenerator * The manifold id for the hull of the cylinder is set to zero, and a * CylindricalManifold is attached to it. * - * @pre The triangulation passed as argument needs to be empty when calling - * this function. + * @param tria The triangulation to be created. It needs to be empty upon + * calling this function. * * @param x_subdivisions A positive integer denoting the number * of cells to generate in the x direction. The default cylinder has -- 2.39.5