Skip to content
Snippets Groups Projects
Commit cbd21108 authored by John Helly's avatar John Helly
Browse files

Only compute initial FoF time if seeding black holes

parent ff1392d1
No related branches found
No related tags found
1 merge request!1190Run FOF on snapshots with or without seeding black holes
...@@ -583,7 +583,7 @@ void engine_config(int restart, int fof, struct engine *e, ...@@ -583,7 +583,7 @@ void engine_config(int restart, int fof, struct engine *e,
} }
/* Find the time of the first stf output */ /* Find the time of the first stf output */
if (e->policy & engine_policy_fof) { if (e->policy & engine_policy_fof && e->fof_properties->seed_black_holes_enabled) {
engine_compute_next_fof_time(e); engine_compute_next_fof_time(e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment