From ae8014ad662e485f54ea578be67daa477b3936f0 Mon Sep 17 00:00:00 2001 From: pants Date: Mon, 21 Nov 2016 18:53:58 -0500 Subject: added support for controlling disorder by random initial bond breaking --- src/corr_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corr_test.c') diff --git a/src/corr_test.c b/src/corr_test.c index 4dc7efc..5011ecc 100644 --- a/src/corr_test.c +++ b/src/corr_test.c @@ -8,7 +8,7 @@ int main() { unsigned int width = 64; graph_t *network = graph_create(VORONOI_LATTICE, TORUS_BOUND, 128, false, &c); - net_t *instance = net_create(network, 1e-14, 3, 0, true, &c); + net_t *instance = net_create(network, 1e-14, 3, 0, true, false, &c); net_fracture(instance, &c, 1e-10, 40); double *corr = get_corr(instance, NULL, &c); -- cgit v1.2.3-70-g09d2