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