This merge request fixes the angular momentum limiter to reduce, rather than increase, the Bondi rate... It simply replaces max(t_bondi/t_visc, 1) with min(t_bondi/t_visc, 1).
This merge request fixes the angular momentum limiter to reduce, rather than increase, the Bondi rate... It simply replaces max(t_bondi/t_visc, 1) with min(t_bondi/t_visc, 1).