From 2817a9d26053896f174bf1e8e1c22026b6b9dfa0 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 22 Aug 2016 18:49:04 +0100
Subject: [PATCH] Typo in task plotting script.

---
 examples/plot_tasks.py     | 2 +-
 examples/plot_tasks_MPI.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/plot_tasks.py b/examples/plot_tasks.py
index 6e71f476a1..6ee9acbf47 100755
--- a/examples/plot_tasks.py
+++ b/examples/plot_tasks.py
@@ -90,7 +90,7 @@ SUBCOLOURS = {"none": "black",
               "density": "red",
               "force": "blue",
               "grav": "indigo",
-              "tend": "grey"
+              "tend": "grey",
               "count": "purple"}
 
 #  Show docs if help is requested.
diff --git a/examples/plot_tasks_MPI.py b/examples/plot_tasks_MPI.py
index 7550899da2..f5e87c8fe9 100755
--- a/examples/plot_tasks_MPI.py
+++ b/examples/plot_tasks_MPI.py
@@ -96,7 +96,7 @@ SUBCOLOURS = {"none": "black",
               "density": "red",
               "force": "blue",
               "grav": "indigo",
-              "tend": "grey"
+              "tend": "grey",
               "count": "purple"}
 
 #  Show docs if help is requested.
-- 
GitLab