Skip to content
Snippets Groups Projects
Commit 9b2ddd80 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

remove all init tasks.

parent d415644f
No related branches found
No related tags found
1 merge request!327Rebuild criteria
......@@ -2505,9 +2505,9 @@ void engine_marktasks_mapper(void *map_data, int num_elements,
#endif
}
/* Kick/Drift/Init? */
/* Kick/Drift? */
else if (t->type == task_type_kick1 || t->type == task_type_kick2 ||
t->type == task_type_drift || t->type == task_type_init) {
t->type == task_type_drift) {
if (cell_is_active(t->ci, e)) scheduler_activate(s, t);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment