Skip to content
GitLab
Menu
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
b6893249
Commit
b6893249
authored
Jun 26, 2017
by
Pedro Gonnet
Browse files
don't force the drift on all particles in a cell.
parent
4cc38faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
b6893249
...
...
@@ -877,7 +877,7 @@ void runner_do_drift_part(struct runner *r, struct cell *c, int timer) {
TIMER_TIC
;
cell_drift_part
(
c
,
r
->
e
);
cell_drift_part
(
c
,
r
->
e
,
0
);
if
(
timer
)
TIMER_TOC
(
timer_drift_part
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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