From 2156a5aa6e8346d0074d89a91dafd483e1bd0a3e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sun, 5 Apr 2020 08:38:48 +0200 Subject: [PATCH] Place figures for 2d/3d quarter hyper ball in same line --- include/deal.II/grid/grid_generator.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 4a39fcbe88..4ec81aba00 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -782,13 +782,16 @@ namespace GridGenerator * is set to zero, and a SphericalManifold is attached to it. * * The resulting grid in 2D and 3D looks as follows: - * \htmlonly \endhtmlonly - * @image html quarter_hyper_ball_2d.png - * \htmlonly \endhtmlonly - * @image html quarter_hyper_ball_3d.png - * + * + * + * + * + * + *
+ * + * + * + *
* * @pre The triangulation passed as argument needs to be empty when calling * this function. -- 2.39.5