From 6a81e0da062bd39deb2ce29e369476590d3c29d5 Mon Sep 17 00:00:00 2001 From: Alexander Grayver Date: Wed, 2 Sep 2020 09:20:33 +0200 Subject: [PATCH] Update tutotial program --- examples/step-49/step-49.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/step-49/step-49.ipynb b/examples/step-49/step-49.ipynb index a2119c0511..a682441436 100644 --- a/examples/step-49/step-49.ipynb +++ b/examples/step-49/step-49.ipynb @@ -575,7 +575,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -625,7 +625,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -643,7 +643,7 @@ ], "source": [ "tria_merged = dealii.Triangulation('2D')\n", - "tria_merged.merge_triangulations(tria_1, tria_2)\n", + "tria_merged.merge_triangulations([tria_1, tria_2])\n", "plot_triangulation(tria_merged)" ] }, -- 2.39.5