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
96483706
Commit
96483706
authored
Jun 09, 2017
by
Matthieu Schaller
Browse files
Do not activate the drift task at all levels, only at levels where self/pair tasks are active.
parent
d5e666a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
96483706
...
...
@@ -1805,7 +1805,6 @@ int cell_unskip_tasks(struct cell *c, struct scheduler *s) {
if
(
c
->
ghost_out
!=
NULL
)
scheduler_activate
(
s
,
c
->
ghost_out
);
if
(
c
->
ghost
!=
NULL
)
scheduler_activate
(
s
,
c
->
ghost
);
if
(
c
->
init_grav
!=
NULL
)
scheduler_activate
(
s
,
c
->
init_grav
);
if
(
c
->
drift_part
!=
NULL
)
scheduler_activate
(
s
,
c
->
drift_part
);
if
(
c
->
drift_gpart
!=
NULL
)
scheduler_activate
(
s
,
c
->
drift_gpart
);
if
(
c
->
kick1
!=
NULL
)
scheduler_activate
(
s
,
c
->
kick1
);
if
(
c
->
kick2
!=
NULL
)
scheduler_activate
(
s
,
c
->
kick2
);
...
...
Peter W. Draper
@pdraper
mentioned in issue
#308 (closed)
·
Jun 12, 2017
mentioned in issue
#308 (closed)
mentioned in issue #308
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