From e445d929938d4d88872b8c2d9a4944990be185d9 Mon Sep 17 00:00:00 2001
From: Marc Fehling <mafehling.git@gmail.com>
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
    *       <tr><td rowspan="3">Openings
    *           <td>$(-2,0,0)$
    *           <td>$1$
-   *       <tr><td>$(1,\sqrt{3},1)$
+   *       <tr><td>$(1,\sqrt{3},0)$
    *           <td>$1$
-   *       <tr><td>$(1,-\sqrt{3},1)$
+   *       <tr><td>$(1,-\sqrt{3},0)$
    *           <td>$1$
    *       <tr><td>Bifurcation
    *           <td>$(0,0,0)$
-- 
2.39.5