From 3866d378e8d0120eba38e88278841a3dd313b442 Mon Sep 17 00:00:00 2001 From: ManaswineeB Date: Wed, 7 Aug 2019 13:55:31 -0600 Subject: [PATCH] math mode change Co-Authored-By: David Wells --- include/deal.II/grid/grid_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 010aec70be..1c51c127dc 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1224,7 +1224,7 @@ namespace GridGenerator * @param tria The triangulation to be worked on. * @param n_cells The number of cells in the loop. Must be greater than * 4. - * @param n_rotations The number of rotations ($\pi$/2 each) to be performed + * @param n_rotations The number of rotations ($\pi/2$ each) to be performed * before gluing the loop together. * @param R The radius of the circle, which forms the middle line * of the torus containing the loop of cells. Must be greater than @p r. -- 2.39.5