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
9b3539f0
Commit
9b3539f0
authored
Jul 02, 2020
by
Matthieu Schaller
Browse files
Skip the new implicit tasks in the fake step
parent
a2af6924
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
9b3539f0
...
...
@@ -2043,10 +2043,14 @@ void engine_skip_force_and_kick(struct engine *e) {
if
(
t
->
type
==
task_type_drift_part
||
t
->
type
==
task_type_drift_gpart
||
t
->
type
==
task_type_drift_spart
||
t
->
type
==
task_type_drift_bpart
||
t
->
type
==
task_type_kick1
||
t
->
type
==
task_type_kick2
||
t
->
type
==
task_type_timestep
||
t
->
type
==
task_type_kick1_in
||
t
->
type
==
task_type_kick2_in
||
t
->
type
==
task_type_kick1_out
||
t
->
type
==
task_type_kick2_out
||
t
->
type
==
task_type_timestep
||
t
->
type
==
task_type_timestep_in
||
t
->
type
==
task_type_timestep_out
||
t
->
type
==
task_type_timestep_limiter
||
t
->
type
==
task_type_timestep_sync
||
t
->
type
==
task_type_end_hydro_force
||
t
->
type
==
task_type_cooling
||
t
->
type
==
task_type_cooling_in
||
t
->
type
==
task_type_cooling_out
||
t
->
type
==
task_type_stars_in
||
t
->
type
==
task_type_stars_out
||
t
->
type
==
task_type_star_formation
||
t
->
type
==
task_type_stars_resort
||
t
->
type
==
task_type_extra_ghost
||
...
...
Jacob Kegerreis
@jkeger
mentioned in commit
e75796f2
·
Jul 03, 2020
mentioned in commit
e75796f2
mentioned in commit e75796f233052f4c11c94ee42f8e1316edefd57a
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