From 8abff4ac6f16b31048f4fb2934c1621107727ba9 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sun, 28 Apr 2013 22:49:01 +0000
Subject: [PATCH] Removed useless declarations in runner_iact.h when VECTORIZE
 is switched on.

Former-commit-id: 724b715296c5e21ee790289c52a3351ea1d98c02
---
 src/runner_iact.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/runner_iact.h b/src/runner_iact.h
index d276cd541d..faf3de134b 100644
--- a/src/runner_iact.h
+++ b/src/runner_iact.h
@@ -109,7 +109,7 @@ __attribute__ ((always_inline)) INLINE static void runner_iact_vec_density ( flo
 
 #ifdef VECTORIZE
 
-    vector r, ri, xi, xj, hi, hj, hi_inv, hj_inv, hig_inv, hjg_inv, wi, wj, wi_dx, wj_dx;
+    vector r, ri, xi, xj, hi, hj, hi_inv, hj_inv,  wi, wj, wi_dx, wj_dx;
     vector rhoi, rhoj, rhoi_dh, rhoj_dh, wcounti, wcountj, wcounti_dh, wcountj_dh;
     vector mi, mj;
     vector dx[3], dv[3];
@@ -273,7 +273,7 @@ __attribute__ ((always_inline)) INLINE static void runner_iact_nonsym_vec_densit
 
 #ifdef VECTORIZE
 
-    vector r, ri, xi, hi, hi_inv, hig_inv, wi, wi_dx;
+    vector r, ri, xi, hi, hi_inv, wi, wi_dx;
     vector rhoi, rhoi_dh, wcounti, wcounti_dh, div_vi;
     vector mj;
     vector dx[3], dv[3];
-- 
GitLab