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
a1ae62ae
Commit
a1ae62ae
authored
May 05, 2020
by
Loic Hausammann
Committed by
Matthieu Schaller
May 05, 2020
Browse files
Clear bh drift flag
parent
d829751c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
a1ae62ae
...
...
@@ -2427,6 +2427,7 @@ void cell_clean(struct cell *c) {
void
cell_clear_drift_flags
(
struct
cell
*
c
,
void
*
data
)
{
cell_clear_flag
(
c
,
cell_flag_do_hydro_drift
|
cell_flag_do_hydro_sub_drift
|
cell_flag_do_grav_drift
|
cell_flag_do_grav_sub_drift
|
cell_flag_do_bh_drift
|
cell_flag_do_bh_sub_drift
|
cell_flag_do_stars_drift
|
cell_flag_do_stars_sub_drift
);
}
...
...
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