From 0ad947f800bcbe2c488d2d5cbcdb16c46e6d3857 Mon Sep 17 00:00:00 2001 From: Jaron Date: Tue, 8 Nov 2016 08:17:26 -0500 Subject: various changes, including adding central moments and changing the fuse thresholds to long doubles --- 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 b6f8a18..4dc7efc 100644 --- a/src/corr_test.c +++ b/src/corr_test.c @@ -9,7 +9,7 @@ int main() { 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_fracture(instance, &c, 1e-10); + net_fracture(instance, &c, 1e-10, 40); double *corr = get_corr(instance, NULL, &c); -- cgit v1.2.3-70-g09d2