Skip to content

Fix an undefined behaviour problem

Matthieu Schaller requested to merge fix_issue_646 into master

Fix an undefined behaviour problem in engine_split_particles() by using the more expensive (but correct) functions to relink the gpart to other particles.

Fix #646 (closed).

Merge request reports