From 614928e38405e481177c8613b5e9bd8eceb7bbb0 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Thu, 24 Aug 2017 12:17:06 +0100 Subject: [PATCH] Removed unneeded force properties in interaction cache. --- src/cache.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/cache.h b/src/cache.h index 6bb49109ab..bb72149607 100644 --- a/src/cache.h +++ b/src/cache.h @@ -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; }; /** -- GitLab