Skip to content
Snippets Groups Projects
Commit c4fb2045 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Restore the correct number of time-bins

parent 654d8dae
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ typedef long long integertime_t; ...@@ -32,7 +32,7 @@ typedef long long integertime_t;
typedef char timebin_t; typedef char timebin_t;
/*! The number of time bins */ /*! The number of time bins */
#define num_time_bins 26 #define num_time_bins 56
/*! The maximal number of timesteps in a simulation */ /*! The maximal number of timesteps in a simulation */
#define max_nr_timesteps (1LL << (num_time_bins + 1)) #define max_nr_timesteps (1LL << (num_time_bins + 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment