From 351e26190212205b0cbbc748ef8362a09ef9267f Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 16 Mar 2020 18:33:27 -0400 Subject: Updated voronoi. --- lib/src/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src') diff --git a/lib/src/graph.cpp b/lib/src/graph.cpp index c75d466..a84084f 100644 --- a/lib/src/graph.cpp +++ b/lib/src/graph.cpp @@ -233,7 +233,7 @@ void graph::helper(unsigned nv, std::mt19937& rng) { points[9 * i + 8] = {v.r.x + L.x, v.r.y + L.y}; } - jcv_diagram_generate(9 * nv, points.data(), &bounds, &diagram); + jcv_diagram_generate(9 * nv, points.data(), &bounds, 0, &diagram); const jcv_site* sites = jcv_diagram_get_sites(&diagram); -- cgit v1.2.3-70-g09d2