Skip to content
Snippets Groups Projects
Commit a4e36fc0 authored by James Willis's avatar James Willis
Browse files

Run 2nd engine_launch() by default. Somehow speeds the FOF up.

parent 5300dd3f
Branches
Tags
1 merge request!543Fof
......@@ -993,7 +993,7 @@ int main(int argc, char *argv[]) {
#endif
/* Initialise the particles */
engine_init_particles(&e, flag_entropy_ICs, clean_smoothing_length_values, 0);
engine_init_particles(&e, flag_entropy_ICs, clean_smoothing_length_values, 1);
/* Perform first FOF search after the first snapshot dump. */
fof_search_tree(&s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment