diff options
Diffstat (limited to 'lib/src')
-rw-r--r-- | lib/src/graph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |