From a46641dc53205f44a090bd9e7fb228f330418158 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 24 Apr 2023 17:19:16 +0100
Subject: [PATCH] More send/recv indices updates

---
 post-process.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/post-process.py b/post-process.py
index 458fae2..e6d8824 100755
--- a/post-process.py
+++ b/post-process.py
@@ -92,7 +92,7 @@ with open(infile, "r") as fp:
         if line[0] == '#':
             continue
         words = line.split()
-        if words[itypecol] == "22":
+        if words[itypecol] == "25":
             key = words[otherrankcol] + "/" + \
                   words[rankcol] + "/" + \
                   words[isubtypecol] + "/" + \
@@ -105,7 +105,7 @@ with open(infile, "r") as fp:
             sends.append(words)
             nsends = nsends + 1
 
-        elif words[itypecol] == "23":
+        elif words[itypecol] == "26":
             key = words[rankcol] + "/" + \
                   words[otherrankcol] + "/" + \
                   words[isubtypecol] + "/" + \
-- 
GitLab