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

Applied code formatting script

parent 63aef290
Branches
Tags
No related merge requests found
...@@ -557,7 +557,7 @@ int main(int argc, char *argv[]) { ...@@ -557,7 +557,7 @@ int main(int argc, char *argv[]) {
/* Zero out neutrino properties to avoid running neutrino tasks */ /* Zero out neutrino properties to avoid running neutrino tasks */
bzero(&neutrino_properties, sizeof(struct neutrino_props)); bzero(&neutrino_properties, sizeof(struct neutrino_props));
/* Initialize the space with these data. */ /* Initialize the space with these data. */
if (myrank == 0) clocks_gettime(&tic); if (myrank == 0) clocks_gettime(&tic);
space_init(&s, params, &cosmo, dim, /*hydro_props=*/NULL, parts, gparts, space_init(&s, params, &cosmo, dim, /*hydro_props=*/NULL, parts, gparts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment