From c50daa96cadb89ce64f10908a2db5441943d2c3c Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 14 Jun 2016 14:33:15 +0100
Subject: [PATCH] First attempt at splitting the sub tasks into two categories

---
 src/runner.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/runner.c b/src/runner.c
index 3cf6599b34..1cc7842a32 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -527,6 +527,8 @@ void runner_do_ghost(struct runner *r, struct cell *c) {
     count = redo;
     if (count > 0) {
 
+      return;
+      
       /* Climb up the cell hierarchy. */
       for (finger = c; finger != NULL; finger = finger->parent) {
 
-- 
GitLab