From e445d929938d4d88872b8c2d9a4944990be185d9 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 12 Jan 2022 12:16:36 +0100 Subject: [PATCH] Fix examples in doc for `pipe_junction`. --- 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 695af773e1..ca907ee8d5 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1126,9 +1126,9 @@ namespace GridGenerator * Openings * $(-2,0,0)$ * $1$ - * $(1,\sqrt{3},1)$ + * $(1,\sqrt{3},0)$ * $1$ - * $(1,-\sqrt{3},1)$ + * $(1,-\sqrt{3},0)$ * $1$ * Bifurcation * $(0,0,0)$ -- 2.39.5