From c0a053ef04d6ddc81811b3c44d37969c1aed9743 Mon Sep 17 00:00:00 2001 From: blaisb Date: Tue, 6 Aug 2019 17:13:59 -0400 Subject: [PATCH] Fix indentation --- include/deal.II/grid/grid_generator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 87427881b3..1c9dd3f197 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1031,12 +1031,12 @@ namespace GridGenerator * to the triangulation. * * @note The triangulation passed as argument needs to be empty when calling this function. - * + * * @image html cylinder_shell.png * - * In this picture, a cylinder shell of length 2, inner radius 0.5, outer radius 1. is - * shown. The default argument for n_radial_cells and n_axial_cells are used and a single - * global refinement is carried out. + * In this picture, a cylinder shell of length 2, inner radius 0.5, outer + * radius 1. is shown. The default argument for n_radial_cells and + * n_axial_cells are used and a single global refinement is carried out. * */ template -- 2.39.5