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

Removed unwanted changes in 'engine_maketask'.

parent 121c756a
Branches
Tags
3 merge requests!787Eagle stellar evolution matthieu,!781Eagle stellar evolution,!778Fix default models
......@@ -577,9 +577,6 @@ void engine_addtasks_recv_timestep(struct engine *e, struct cell *c,
}
}
for (struct link *l = c->stars.feedback; l != NULL; l = l->next)
scheduler_addunlock(s, l->t, t_ti);
for (struct link *l = c->stars.feedback; l != NULL; l = l->next)
scheduler_addunlock(s, l->t, t_ti);
......@@ -1429,8 +1426,10 @@ void engine_link_gravity_tasks(struct engine *e) {
* @param density The density task to link.
* @param gradient The gradient task to link.
* @param force The force task to link.
* @param limiter The limiter task to link.
* @param c The cell.
* @param with_cooling Do we have a cooling task ?
* @param with_limiter Do we have a time-step limiter ?
*/
static inline void engine_make_hydro_loops_dependencies(
struct scheduler *sched, struct task *density, struct task *gradient,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment