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

Remove unnecessary dependency between hydro sort and BH feedback.

parent 35dc7147
No related branches found
No related tags found
1 merge request!804Implementation of black hole accretion and feedback
......@@ -2030,7 +2030,6 @@ void engine_make_extra_hydroloop_tasks_mapper(void *map_data, int num_elements,
scheduler_addunlock(sched, ci->hydro.super->black_holes.drift,
t_bh_density);
scheduler_addunlock(sched, ci->hydro.super->hydro.drift, t_bh_density);
scheduler_addunlock(sched, ci->hydro.super->hydro.sorts, t_bh_density);
scheduler_addunlock(sched, ci->hydro.super->black_holes.black_holes_in,
t_bh_density);
scheduler_addunlock(sched, t_bh_density,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment