From 0a23d138d9588d0da5ced3b97480a8f7997a3b77 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Fri, 8 Dec 2017 23:08:15 +0000
Subject: [PATCH] Removed comments.

---
 src/runner_doiact_vec.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/runner_doiact_vec.c b/src/runner_doiact_vec.c
index 39647a2bb1..dc4b3cfdcb 100644
--- a/src/runner_doiact_vec.c
+++ b/src/runner_doiact_vec.c
@@ -1629,12 +1629,6 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
                                     di_max, dj_min, max_index_i, max_index_j,
                                     &first_pi, &last_pj, max_active_bin);
 
-  //first_pi = 0;
-  //last_pj = count_j - 1;
-
-  //for(int i = 0; i<count_i; i++) max_index_i[i] = last_pj;
-  //for(int i = 0; i<count_j; i++) max_index_j[i] = first_pi;
-
   /* Limits of the outer loops. */
   const int first_pi_loop = first_pi;
   const int last_pj_loop_end = last_pj + 1;
-- 
GitLab