From aaf2412a199a7cc37644b0dd16cd4ea0dc8e1310 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 6 Apr 2020 11:51:55 +0100
Subject: [PATCH] Fix

---
 testdata/doubledata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/doubledata.py b/testdata/doubledata.py
index b544404..a608930 100755
--- a/testdata/doubledata.py
+++ b/testdata/doubledata.py
@@ -133,7 +133,7 @@ for key in keysends:
         print "# ERROR: missing recv key: ", key
 
 # Reorder recvs to same order as sends.
-nrecvs = [recvs[i] for i in msends]
+recvs = [recvs[i] for i in msends]
     
 # Now we can split and retag. XXX if you run out of tags need to
 # split by rank and then maybe itype and use tag count with these.
-- 
GitLab