From 8a1e75ddcc9c85a9c4d4237c02b218d23c88fe54 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Tue, 24 Sep 2024 09:59:46 +0200 Subject: [PATCH] typo in jacobi method --- notebooks/jacobi_method.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/jacobi_method.ipynb b/notebooks/jacobi_method.ipynb index d125cc9..cfd67f9 100644 --- a/notebooks/jacobi_method.ipynb +++ b/notebooks/jacobi_method.ipynb @@ -1416,8 +1416,8 @@ "```\n", "\n", " a) It is correct.\n", - " c) It is incorrect, but it might provide the right result depending on the MPI implementation.\n", - " b) It is incorrect, and it is guaranteed that it will result in a dead lock.\n", + " b) It is incorrect, but it might provide the right result depending on the MPI implementation.\n", + " c) It is incorrect, and it is guaranteed that it will result in a dead lock.\n", " d) This implementation does not work when distributing over just a single MPI rank.\n" ] },