From ed1a6b048f2a573ae9ef45a7fa2ca2aed8543dc1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 26 Nov 2011 21:17:49 +0000 Subject: [PATCH] Minor doc edit. git-svn-id: https://svn.dealii.org/trunk@24775 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 49be84c9d1..988640668d 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -563,12 +563,11 @@ class GridGenerator * inner_radius and * outer_radius. * - * If the flag @p colorize is @p - * true, then the outer boundary - * will have the id 1, while the - * inner boundary has id zero. If - * the flag is @p false, both - * have id zero. + * If the flag @p colorize is @p true, + * then the outer boundary will have the + * indicator 1, while the inner boundary + * has id zero. If the flag is @p false, + * both have indicator zero. * * In 2D, the number * n_cells of elements @@ -716,7 +715,7 @@ class GridGenerator * and 3, respectively. Otherwise * all indicators are set to 0. * - * @note The triangulation needs to be + * @note The triangulation needs to be * void upon calling this * function. Only implemented in 2d so far. */ -- 2.39.5