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

Removed global cache.

parent 9631ae45
Branches
Tags
1 merge request!287Particle caching
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "vector.h" #include "vector.h"
#include "part.h" #include "part.h"
#include "cell.h" #include "cell.h"
#include "error.h"
/* Cache struct to hold a local copy of a cells' particle /* Cache struct to hold a local copy of a cells' particle
* properties required for density/force calculations.*/ * properties required for density/force calculations.*/
...@@ -60,8 +61,6 @@ struct cache { ...@@ -60,8 +61,6 @@ struct cache {
}; };
struct cache cell_cache;
/** /**
* @brief Allocate memory and initialise cache. * @brief Allocate memory and initialise cache.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment