From c4fb204546fc35b47a498c5248d146a709f84e5a Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 12 Jan 2018 15:54:40 +0100 Subject: [PATCH] Restore the correct number of time-bins --- src/timeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline.h b/src/timeline.h index 352056cf34..0f38ff3e94 100644 --- a/src/timeline.h +++ b/src/timeline.h @@ -32,7 +32,7 @@ typedef long long integertime_t; typedef char timebin_t; /*! The number of time bins */ -#define num_time_bins 26 +#define num_time_bins 56 /*! The maximal number of timesteps in a simulation */ #define max_nr_timesteps (1LL << (num_time_bins + 1)) -- GitLab