Skip to content
Snippets Groups Projects
Commit 47fb760e authored by Jacob Kegerreis's avatar Jacob Kegerreis
Browse files

Add depth_h to planetary hydro particles

parent c84b371d
No related branches found
No related tags found
1 merge request!1353Draft: Subtask speedup - Still requires work
......@@ -201,6 +201,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