Skip to content
Snippets Groups Projects
Commit a46641dc authored by Peter W. Draper's avatar Peter W. Draper
Browse files

More send/recv indices updates

parent 75386f52
No related branches found
No related tags found
No related merge requests found
......@@ -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] + "/" + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment