Skip to content
Snippets Groups Projects
Commit 7856b3ac authored by Mladen Ivkovic's avatar Mladen Ivkovic Committed by Matthieu Schaller
Browse files

added depth_h to gizmo parts

parent b82553ea
No related branches found
No related tags found
1 merge request!1353Draft: Subtask speedup - Still requires work
......@@ -178,6 +178,9 @@ struct part {
/*! Time-step length */
timebin_t time_bin;
/*! Tree-depth at which size / 2 <= h * gamma < size */
char depth_h;
/*! Time-step limiter information */
struct timestep_limiter_data limiter_data;
......
......@@ -182,6 +182,9 @@ struct part {
/*! Time-step length */
timebin_t time_bin;
/*! Tree-depth at which size / 2 <= h * gamma < size */
char depth_h;
/*! Time-step limiter information */
struct timestep_limiter_data limiter_data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment