Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
d5191f16
Commit
d5191f16
authored
Sep 26, 2016
by
Peter W. Draper
Browse files
Still need to drift, regardless of rebuild of tasks
parent
9bcb4394
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
d5191f16
...
...
@@ -765,9 +765,6 @@ static void runner_do_drift(struct cell *c, struct engine *e) {
c
->
updated
=
0
;
c
->
g_updated
=
0
;
/* Should we abort as a rebuild has been triggered ? */
if
(
e
->
forcerebuild
)
return
;
/* Do we need to drift ? */
if
(
!
e
->
drift_all
&&
!
cell_is_drift_needed
(
c
,
ti_current
))
return
;
...
...
Peter W. Draper
@pdraper
mentioned in commit
396a8a57
·
Sep 27, 2016
mentioned in commit
396a8a57
mentioned in commit 396a8a572fb61dc78d81c23f174281b52b994098
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment