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

Removed unused fictious time-bin

parent 27097ab6
Branches
Tags
1 merge request!956Fully implement the timestep limiter (non MPI)
...@@ -47,9 +47,6 @@ typedef int8_t timebin_t; ...@@ -47,9 +47,6 @@ typedef int8_t timebin_t;
/*! Fictitious time-bin for particles not awaken */ /*! Fictitious time-bin for particles not awaken */
#define time_bin_not_awake (-num_time_bins) #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 */ /* Maximal difference in time-bins between neighbouring particles */
#define time_bin_neighbour_max_delta_bin 2 #define time_bin_neighbour_max_delta_bin 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment