summaryrefslogtreecommitdiff
path: root/src/fracture.h
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-08-30 13:57:08 -0400
committerpants <jaron@kent-dobias.com>2016-08-30 13:57:08 -0400
commitc2164e4a38b79c8a02bd7c0f4481f222c7b4dae6 (patch)
treebfc884782ff1171f1987deef09fcc137e4e9db29 /src/fracture.h
parent68c9e7c4937d391cad533a4e417bd11bfdb1e8b7 (diff)
downloadfuse_networks-c2164e4a38b79c8a02bd7c0f4481f222c7b4dae6.tar.gz
fuse_networks-c2164e4a38b79c8a02bd7c0f4481f222c7b4dae6.tar.bz2
fuse_networks-c2164e4a38b79c8a02bd7c0f4481f222c7b4dae6.zip
added ability to fracture triangulation instead of tiling
Diffstat (limited to 'src/fracture.h')
-rw-r--r--src/fracture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fracture.h b/src/fracture.h
index 4ee7050..fea0caf 100644
--- a/src/fracture.h
+++ b/src/fracture.h
@@ -142,7 +142,7 @@ void free_instance(finst *instance, cholmod_common *c);
finst *create_instance(fnet *network, double inf, bool voltage_bound,
bool startnow, cholmod_common *c);
-fnet *ini_voronoi_network(unsigned int L, boundary_type boundary,
+fnet *ini_voronoi_network(unsigned int L, boundary_type boundary, bool use_dual,
double *(*genfunc)(unsigned int, gsl_rng *, unsigned int *),
cholmod_common *c);