From fc813a1ad4f2eecf6ab8f03af7f57bae22824cd0 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sun, 12 Jun 2022 12:39:19 +0200 Subject: [PATCH] Fix the stand-alone FOF code to use the correct call to engine_init() --- examples/main_fof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main_fof.c b/examples/main_fof.c index 00351305d7..0817ac4bd8 100644 --- a/examples/main_fof.c +++ b/examples/main_fof.c @@ -652,7 +652,7 @@ int main(int argc, char *argv[]) { /*sink_properties=*/NULL, &neutrino_properties, /*neutrino_response=*/NULL, /*feedback_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, /*extra_io_props=*/NULL, &fof_properties, /*los_properties=*/NULL, /*lightcone_properties=*/NULL, &ics_metadata); -- GitLab