From 5ba4109f0021e7b2c9c66821461742a339e07355 Mon Sep 17 00:00:00 2001 From: pants Date: Wed, 7 Dec 2016 13:29:51 -0500 Subject: added support for hyperuniform lattices using existing hard-sphere jamming routine --- src/graph_create.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graph_create.c') 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); -- cgit v1.2.3-70-g09d2