From 41b0438b7969d4eb50c13f77ad33f5316ecdf290 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 9 Nov 2019 07:59:13 +0100
Subject: [PATCH] Removed unused fictious time-bin

---
 src/timeline.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/timeline.h b/src/timeline.h
index 0b8852bf3f..25605614be 100644
--- a/src/timeline.h
+++ b/src/timeline.h
@@ -47,9 +47,6 @@ typedef int8_t timebin_t;
 /*! Fictitious time-bin for particles not awaken */
 #define time_bin_not_awake (-num_time_bins)
 
-/*! Fictitious time-bin for particles woken up */
-//#define time_bin_awake (-(num_time_bins + 1))
-
 /* Maximal difference in time-bins between neighbouring particles */
 #define time_bin_neighbour_max_delta_bin 2
 
-- 
GitLab