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

Drift the BHs before you send them even when inactive.

parent 67b8fcbf
Branches
Tags
1 merge request!863Black holes mergers
......@@ -378,6 +378,7 @@ void engine_addtasks_send_black_holes(struct engine *e, struct cell *ci,
t_feedback);
/* Ghost before you send */
scheduler_addunlock(s, ci->hydro.super->black_holes.drift, t_rho);
scheduler_addunlock(s, ci->hydro.super->black_holes.density_ghost, t_rho);
scheduler_addunlock(s, t_rho,
ci->hydro.super->black_holes.swallow_ghost[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment