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

Removed unneeded force properties in interaction cache.

parent 1bfcfaf6
No related branches found
No related tags found
1 merge request!406Doself2 vectorisation
......@@ -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;
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment