summaryrefslogtreecommitdiff
path: root/src/graph_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_create.c')
-rw-r--r--src/graph_create.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph_create.c b/src/graph_create.c
index 635b12b..b071c49 100644
--- a/src/graph_create.c
+++ b/src/graph_create.c
@@ -672,6 +672,8 @@ graph_t *graph_create(lattice_t lattice, bound_t bound, uint_t L, bool dual, cho
if (bound == EMBEDDED_BOUND) side_bounds = true;
else side_bounds = false;
return ini_square_network(L, bound, side_bounds, c);
+ case (VORONOI_HYPERUNIFORM_LATTICE):
+ return ini_voro_graph(L, bound, dual, genfunc_hyperuniform, c);
default:
printf("lattice type unsupported\n");
exit(EXIT_FAILURE);