Skip to content

Voronoi tests work now.

Bert Vandenbroucke requested to merge shadowswift_new into master

I think I added all missing files used by SHADOWFAX_SPH and GIZMO_SPH to Makefile.am.

I have also introduced a tolerance for geometric tests in the 2D Voronoi algorithm, which fixes round off issues that caused testVoronoi2D to fail if compiled with optimizations enabled.

This fixes #282 (closed).

Merge request reports