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

Added missing link between spart drift and self-star-density.

parent 0be5c887
No related branches found
No related tags found
2 merge requests!745Rewrite of MPI loops - Add stellar feedback loops,!744Mpi stars2 matthieu
...@@ -1707,6 +1707,9 @@ void engine_make_extra_hydroloop_tasks_mapper(void *map_data, int num_elements, ...@@ -1707,6 +1707,9 @@ void engine_make_extra_hydroloop_tasks_mapper(void *map_data, int num_elements,
} else { } else {
scheduler_addunlock(sched, ci->super->kick2, t_star_density); scheduler_addunlock(sched, ci->super->kick2, t_star_density);
} }
scheduler_addunlock(sched, ci->hydro.super->stars.drift,
t_star_density);
scheduler_addunlock(sched, t_star_density, scheduler_addunlock(sched, t_star_density,
ci->hydro.super->stars.ghost); ci->hydro.super->stars.ghost);
scheduler_addunlock(sched, ci->hydro.super->stars.ghost, scheduler_addunlock(sched, ci->hydro.super->stars.ghost,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment