From 59f4b04c801ced8b4b480efa09811a879ae1eb8a Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 27 Feb 2021 12:46:17 +0100 Subject: [PATCH] Fix compilation of stand-alone FOF code --- examples/main_fof.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/main_fof.c b/examples/main_fof.c index 82f8c6f57b..40b3c9217d 100644 --- a/examples/main_fof.c +++ b/examples/main_fof.c @@ -633,7 +633,8 @@ int main(int argc, char *argv[]) { &gravity_properties, /*stars_properties=*/NULL, /*black_holes_properties=*/NULL, /*sink_properties=*/NULL, - /*feedback_properties=*/NULL, &mesh, /*potential=*/NULL, + /*feedback_properties=*/NULL, /*rt_properties=*/NULL, &mesh, + /*potential=*/NULL, /*cooling_func=*/NULL, /*starform=*/NULL, /*chemistry=*/NULL, &fof_properties, /*los_properties=*/NULL); engine_config(/*restart=*/0, /*fof=*/1, &e, params, nr_nodes, myrank, -- GitLab