Skip to content
Snippets Groups Projects
Commit 3ccf3454 authored by James Willis's avatar James Willis
Browse files

Fix typo.

parent 6218d6bf
No related branches found
No related tags found
1 merge request!543Fof
......@@ -442,10 +442,9 @@ for rank in ranks:
toc = int(data[line, toccol]) / CPU_CLOCK
tasks[thread][-1]["tic"] = tic
tasks[thread][-1]["toc"] = toc
if ( "fof" in tasktype):
if ("fof" in tasktype):
tasks[thread][-1]["colour"] = TASKCOLOURS[tasktype]
else if(
elif(
"self" in tasktype
or "pair" in tasktype
or "recv" in tasktype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment