From e3ef287fba008693b01b7f94a3dbffae3bd7db46 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Tue, 29 Nov 2016 14:33:43 +0000
Subject: [PATCH] Removed global cache.

---
 src/cache.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cache.h b/src/cache.h
index ff09b5eb8d..8c13588c6c 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -26,6 +26,7 @@
 #include "vector.h"
 #include "part.h"
 #include "cell.h"
+#include "error.h"
 
 /* Cache struct to hold a local copy of a cells' particle 
  * properties required for density/force calculations.*/
@@ -60,8 +61,6 @@ struct cache {
 
 };
 
-struct cache cell_cache;
-
 /**
  * @brief Allocate memory and initialise cache.
  *
-- 
GitLab