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

Update the stand-alone FOF executable to use the new space_init() signature

parent c883459e
No related branches found
No related tags found
No related merge requests found
...@@ -556,8 +556,9 @@ int main(int argc, char *argv[]) { ...@@ -556,8 +556,9 @@ int main(int argc, char *argv[]) {
sinks, sparts, bparts, Ngas, Ngpart, Nsink, Nspart, Nbpart, sinks, sparts, bparts, Ngas, Ngpart, Nsink, Nspart, Nbpart,
Nnupart, periodic, replicate, /*remap_ids=*/0, Nnupart, periodic, replicate, /*remap_ids=*/0,
/*generate_gas_in_ics=*/0, /*hydro=*/N_total[0] > 0, /*gravity=*/1, /*generate_gas_in_ics=*/0, /*hydro=*/N_total[0] > 0, /*gravity=*/1,
/*with_star_formation=*/0, with_DM_background_particles, /*with_star_formation=*/0, /*sink=*/N_total[swift_type_sink],
with_neutrinos, talking, /*dry_run=*/0, nr_nodes); with_DM_background_particles, with_neutrinos, talking,
/*dry_run=*/0, nr_nodes);
if (myrank == 0) { if (myrank == 0) {
clocks_gettime(&toc); clocks_gettime(&toc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment