diff --git a/src/black_holes/EAGLE/black_holes_iact.h b/src/black_holes/EAGLE/black_holes_iact.h index 279123e2f705fa63428f8a106f31b8d9cf80f8c5..5018f17527378feb47af3e0a59912e592e370fbc 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;