Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
e3ef287f
Commit
e3ef287f
authored
Nov 29, 2016
by
James Willis
Browse files
Removed global cache.
parent
9631ae45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cache.h
View file @
e3ef287f
...
...
@@ -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.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment