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
159ba99c
Commit
159ba99c
authored
Mar 02, 2017
by
James Willis
Browse files
Each runner now contains a ci_cache and cj_cache.
parent
2ac55aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.h
View file @
159ba99c
...
...
@@ -49,8 +49,11 @@ struct runner {
/*! The engine owing this runner. */
struct
engine
*
e
;
/*! The particle cache of this runner. */
struct
cache
par_cache
;
/*! The particle cache of cell ci. */
struct
cache
ci_cache
;
/*! The particle cache of cell cj. */
struct
cache
cj_cache
;
};
/* Function prototypes. */
...
...
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