From 1a60a3520882aa512b073e9400d156d04c664f8a Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 13 Oct 2018 22:28:25 +0200 Subject: [PATCH] Make the temporary star formation law convert part into gparts. --- src/runner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runner.c b/src/runner.c index 126aabc305..4b19772b4b 100644 --- a/src/runner.c +++ b/src/runner.c @@ -520,7 +520,6 @@ void runner_do_star_formation(struct runner *r, struct cell *c, int timer) { if (p->rho > 1.5e7 && e->step > 2) { message("Removing particle id=%lld rho=%e", p->id, p->rho); cell_convert_part_to_gpart(e, c, p, xp); - // cell_remove_part(e, c, p, xp); } } } -- GitLab