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

Code formatting

parent cbd001ff
Branches
Tags
1 merge request!314Timestep order
......@@ -515,7 +515,8 @@ int main(int argc, char *argv[]) {
struct engine e;
engine_init(&e, &s, params, nr_nodes, myrank, nr_threads, with_aff,
engine_policies, talking, reparttype, &us, &prog_const,
&hydro_properties, &gravity_properties, &potential, &cooling_func, &sourceterms);
&hydro_properties, &gravity_properties, &potential, &cooling_func,
&sourceterms);
if (myrank == 0) {
clocks_gettime(&toc);
message("engine_init took %.3f %s.", clocks_diff(&tic, &toc),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment