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
a121ffd4
Commit
a121ffd4
authored
Nov 29, 2016
by
James Willis
Browse files
Added particle cache to runner.
parent
8b2993ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.h
View file @
a121ffd4
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
#ifndef SWIFT_RUNNER_H
#ifndef SWIFT_RUNNER_H
#define SWIFT_RUNNER_H
#define SWIFT_RUNNER_H
#include
"cache.h"
extern
const
double
runner_shift
[
13
][
3
];
extern
const
double
runner_shift
[
13
][
3
];
extern
const
char
runner_flip
[
27
];
extern
const
char
runner_flip
[
27
];
...
@@ -45,6 +47,9 @@ struct runner {
...
@@ -45,6 +47,9 @@ struct runner {
/*! The engine owing this runner. */
/*! The engine owing this runner. */
struct
engine
*
e
;
struct
engine
*
e
;
/*! The particle cache of this runner. */
struct
cache
par_cache
;
};
};
/* Function prototypes. */
/* 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