From bcb6e1e0c361abf814ee532b28e574f3442c93ea Mon Sep 17 00:00:00 2001 From: wjr21 <wjr21@sussex.ac.uk> Date: Mon, 18 Jul 2022 16:17:28 +0100 Subject: [PATCH] handling variable name change --- swift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift.c b/swift.c index 7566e6ab8c..b97f4a288c 100644 --- a/swift.c +++ b/swift.c @@ -1362,7 +1362,7 @@ int main(int argc, char *argv[]) { parts, gparts, sinks, sparts, bparts, Ngas, Ngpart, Nsink, Nspart, Nbpart, Nnupart, periodic, replicate, remap_ids, generate_gas_in_ics, with_hydro, with_self_gravity, - with_star_formation, with_sink, with_DM_particles, + with_star_formation, with_sinks, with_DM_particles, with_DM_background_particles, with_neutrinos, talking, dry_run, nr_nodes); -- GitLab