Skip to content
Snippets Groups Projects
Commit cb6116f0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Also fix the stand-alone FOF code

parent b94214ae
Branches
Tags
No related merge requests found
...@@ -397,7 +397,7 @@ int main(int argc, char *argv[]) { ...@@ -397,7 +397,7 @@ int main(int argc, char *argv[]) {
/* Prepare and verify the selection of outputs */ /* Prepare and verify the selection of outputs */
io_prepare_output_fields(output_options, with_cosmology, /*with_fof=*/1, io_prepare_output_fields(output_options, with_cosmology, /*with_fof=*/1,
/*with_structure_finding=*/0); /*with_structure_finding=*/0, talking);
/* Initialize unit system and constants */ /* Initialize unit system and constants */
units_init_from_params(&us, params, "InternalUnitSystem"); units_init_from_params(&us, params, "InternalUnitSystem");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment