summaryrefslogtreecommitdiff
path: root/src/graph_create.c
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jkentdobias@g.hmc.edu>2016-09-19 15:50:41 -0400
committerJaron Kent-Dobias <jkentdobias@g.hmc.edu>2016-09-19 15:50:41 -0400
commit507fa95563fe417b4373ca8c389423136318d410 (patch)
tree1dea1d14a5913bb395e104d54054f0f35c21ce82 /src/graph_create.c
parenta235904d571652e99edcc9ff9639ec39c8fbc456 (diff)
downloadfuse_networks-507fa95563fe417b4373ca8c389423136318d410.tar.gz
fuse_networks-507fa95563fe417b4373ca8c389423136318d410.tar.bz2
fuse_networks-507fa95563fe417b4373ca8c389423136318d410.zip
fixed some bugs
Diffstat (limited to 'src/graph_create.c')
-rw-r--r--src/graph_create.c2
1 files changed, 1 insertions, 1 deletions
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;