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
e75796f2
Commit
e75796f2
authored
Jul 03, 2020
by
Jacob Kegerreis
Browse files
Revert "Skip the new implicit tasks in the fake step"
This reverts commit
9b3539f0
.
parent
b2b3562a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
e75796f2
...
...
@@ -2043,14 +2043,10 @@ 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_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
||
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
||
...
...
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