Skip to content
Snippets Groups Projects
Commit 66f1c3b8 authored by Bert Vandenbroucke's avatar Bert Vandenbroucke
Browse files

Merge branch 'master' into gizmo_new

parents a6e34878 a2d55984
No related branches found
No related tags found
1 merge request!223Merge Gizmo-SPH into the master branch
......@@ -519,8 +519,7 @@ void engine_single_density(double *dim, long long int pid,
/* Dump the result. */
hydro_end_density(&p, 0);
message("part %lli (h=%e) has wcount=%e, rho=%e, rho_dh=%e.", p.id, p.h,
p.density.wcount, p.rho, p.rho_dh);
message("part %lli (h=%e) has wcount=%e, rho=%e.", p.id, p.h, p.density.wcount, p.rho);
fflush(stdout);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment