Skip to content

Fix bad bug collecting the max depth in space_split()

Matthieu Schaller requested to merge fix_708 into master

This fixes an incorrect calculation combined with a race condition in space_split_recursive() when gathering the cell and space's maxdepth.

Fixes #708 (closed).

Merge request reports