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

Merge branch 'master' into spurious_hydro_shock

parents 34b52d29 3a0fc286
No related branches found
No related tags found
1 merge request!489Correct wrapping of particles
...@@ -40,4 +40,4 @@ SPH: ...@@ -40,4 +40,4 @@ SPH:
# Parameters related to the initial conditions # Parameters related to the initial conditions
InitialConditions: InitialConditions:
file_name: ./EAGLE_ICs_100.hdf5 # The file to read file_name: ./EAGLE_ICs_100.hdf5 # The file to read
cleanup_h: 1
...@@ -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