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

Fix compilation of stand-alone FOF code

parent 11b87e1b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment