Skip to content
Snippets Groups Projects
Commit d5191f16 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Still need to drift, regardless of rebuild of tasks

parent 9bcb4394
No related branches found
No related tags found
1 merge request!267Mark tasks in drift2
...@@ -765,9 +765,6 @@ static void runner_do_drift(struct cell *c, struct engine *e) { ...@@ -765,9 +765,6 @@ static void runner_do_drift(struct cell *c, struct engine *e) {
c->updated = 0; c->updated = 0;
c->g_updated = 0; c->g_updated = 0;
/* Should we abort as a rebuild has been triggered ? */
if (e->forcerebuild) return;
/* Do we need to drift ? */ /* Do we need to drift ? */
if (!e->drift_all && !cell_is_drift_needed(c, ti_current)) return; if (!e->drift_all && !cell_is_drift_needed(c, ti_current)) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment