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

Added a new fake time-bin for particles not yet created/added to the calculation.

parent e6f99a06
No related branches found
No related tags found
2 merge requests!688Star formation (non-MPI),!684Add star particles on-the-fly
......@@ -40,6 +40,9 @@ typedef char timebin_t;
/*! Fictious time-bin to hold inhibited particles */
#define time_bin_inhibited (num_time_bins + 2)
/*! Fictious time-bin to hold particles not yet created */
#define time_bin_not_created (num_time_bins + 3)
/*! Fictitious time-bin for particles not awaken */
#define time_bin_not_awake (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment