From 89064d19dd98197722a25ac71284e0aa3ae59a58 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Fri, 3 Feb 2017 12:45:01 +0000
Subject: [PATCH] Post-merge fix

---
 src/runner_doiact.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/runner_doiact.h b/src/runner_doiact.h
index e9997041f5..18ca7663f0 100644
--- a/src/runner_doiact.h
+++ b/src/runner_doiact.h
@@ -722,7 +722,6 @@ void DOPAIR1(struct runner *r, struct cell *ci, struct cell *cj) {
   }
 #endif
 
-#ifdef WITH_VECTORIZATION
 #ifdef WITH_OLD_VECTORIZATION
   int icount = 0;
   float r2q[VEC_SIZE] __attribute__((aligned(16)));
@@ -935,7 +934,6 @@ void DOPAIR2(struct runner *r, struct cell *ci, struct cell *cj) {
   }
 #endif
 
-#ifdef WITH_VECTORIZATION
 #ifdef WITH_OLD_VECTORIZATION
   int icount1 = 0;
   float r2q1[VEC_SIZE] __attribute__((aligned(16)));
-- 
GitLab