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

Fix the stand-alone FOF code to use the correct call to engine_init()

parent 0413c8b0
No related branches found
No related tags found
1 merge request!1573Master
...@@ -652,7 +652,7 @@ int main(int argc, char *argv[]) { ...@@ -652,7 +652,7 @@ int main(int argc, char *argv[]) {
/*sink_properties=*/NULL, &neutrino_properties, /*sink_properties=*/NULL, &neutrino_properties,
/*neutrino_response=*/NULL, /*feedback_properties=*/NULL, /*neutrino_response=*/NULL, /*feedback_properties=*/NULL,
/*pressure_floor_properties=*/NULL, /*pressure_floor_properties=*/NULL,
/*rt_properties=*/NULL, &mesh, /*potential=*/NULL, /*rt_properties=*/NULL, &mesh, /*pow_data=*/NULL, /*potential=*/NULL,
/*cooling_func=*/NULL, /*starform=*/NULL, /*chemistry=*/NULL, /*cooling_func=*/NULL, /*starform=*/NULL, /*chemistry=*/NULL,
/*extra_io_props=*/NULL, &fof_properties, /*los_properties=*/NULL, /*extra_io_props=*/NULL, &fof_properties, /*los_properties=*/NULL,
/*lightcone_properties=*/NULL, &ics_metadata); /*lightcone_properties=*/NULL, &ics_metadata);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment