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
614928e3
Commit
614928e3
authored
Aug 24, 2017
by
James Willis
Browse files
Removed unneeded force properties in interaction cache.
parent
1bfcfaf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cache.h
View file @
614928e3
...
...
@@ -111,24 +111,6 @@ struct c2_cache {
/* z velocity of particle pj. */
float
vzq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Density of particle pj. */
float
rhoq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Smoothing length gradient of particle pj. */
float
grad_hq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Pressure over density squared of particle pj. */
float
pOrho2q
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Balsara switch of particle pj. */
float
balsaraq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Sound speed of particle pj. */
float
soundspeedq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Inverse smoothing length of particle pj. */
float
h_invq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
};
/**
...
...
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