Skip to content

Fix bug in multiple BH mergers

Yannick Bahé requested to merge fix-bh-mergerbug into master

This branch fixes (rather crudely) a bug that can cause code crashes when multiple black holes are merged at the same time step. When a black hole is to be swallowed by an already-swallowed black hole, the merger is now assumed not to take place, rather than letting the code crash.

Merge request reports