Skip to content
Snippets Groups Projects
Commit b61711ca authored by William Roper's avatar William Roper
Browse files

Fixing missing argument to space_init

parent 12cab3d0
No related branches found
No related tags found
No related merge requests found
......@@ -1358,7 +1358,7 @@ int main(int argc, char *argv[]) {
/* Initialize the space with these data. */
if (myrank == 0) clocks_gettime(&tic);
space_init(&s, params, &cosmo, dim, &hydro_properties,
space_init(&s, params, &cosmo, dim, &hydro_properties, &gravity_properties,
parts, gparts, sinks, sparts, bparts, Ngas, Ngpart, Nsink,
Nspart, Nbpart, Nnupart, periodic, replicate, remap_ids,
generate_gas_in_ics, with_hydro, with_self_gravity,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment