From c38aa937e3c0e46481d6c3db706780c358d6542c Mon Sep 17 00:00:00 2001 From: Yannick Bahe <bahe@strw.leidenuniv.nl> Date: Fri, 18 Dec 2020 21:36:15 +0100 Subject: [PATCH] Remove debug tracing message. --- src/black_holes/EAGLE/black_holes_iact.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/black_holes/EAGLE/black_holes_iact.h b/src/black_holes/EAGLE/black_holes_iact.h index 279123e2f7..5018f17527 100644 --- a/src/black_holes/EAGLE/black_holes_iact.h +++ b/src/black_holes/EAGLE/black_holes_iact.h @@ -95,14 +95,8 @@ runner_iact_nonsym_bh_gas_density( bh_props->temp_to_u_factor; if (pj->u < u_EoS * bh_props->fixed_T_above_EoS_factor && pj->u > bh_props->fixed_u_for_soundspeed) { - /*const float cj_old = cj; */ cj = gas_soundspeed_from_internal_energy( pj->rho, bh_props->fixed_u_for_soundspeed); - /*message("Changing cj=%g to %g for p ID=%lld. u=%g (T=%g); " - "rho=%g (nH=%g); u_EoS=%g (T_EoS=%g).", - cj_old, cj, pj->id, pj->u, pj->u / bh_props->temp_to_u_factor, - pj->rho, pj->rho * cosmo->a3_inv * bh_props->rho_to_n_cgs, - u_EoS, u_EoS / bh_props->temp_to_u_factor); */ } } bi->sound_speed_gas += mj * wi * cj; -- GitLab