summaryrefslogtreecommitdiff
path: root/src/corr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/corr_test.c')
-rw-r--r--src/corr_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corr_test.c b/src/corr_test.c
index 4dc7efc..b6f8a18 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, 40);
+ net_fracture(instance, &c, 1e-10);
double *corr = get_corr(instance, NULL, &c);