From 507fa95563fe417b4373ca8c389423136318d410 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 19 Sep 2016 15:50:41 -0400 Subject: fixed some bugs --- src/graph_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph_create.c') diff --git a/src/graph_create.c b/src/graph_create.c index fdb1bf6..1c06052 100644 --- a/src/graph_create.c +++ b/src/graph_create.c @@ -667,7 +667,7 @@ graph_t *graph_create(lattice_t lattice, bound_t bound, uint_t L, bool dual, cho bool side_bounds; switch (lattice) { case (VORONOI_LATTICE): - return ini_voro_graph(L, bound, dual, genfunc_hyperuniform, c); + return ini_voro_graph(L, bound, dual, genfunc_uniform, c); case (SQUARE_LATTICE): if (bound == EMBEDDED_BOUND) side_bounds = true; else side_bounds = false; -- cgit v1.2.3-70-g09d2