From 3f7f20f21f583ca2de566bea08a87eac4b17ad29 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 23 Sep 2019 23:19:13 -0400 Subject: successfully implemented the backbone trimming with homespun graph algorithms, measurements have mostly been disabled and need to be migrated --- src/animate_fracture_square.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/animate_fracture_square.cpp') diff --git a/src/animate_fracture_square.cpp b/src/animate_fracture_square.cpp index bc4c3a2..12de7da 100644 --- a/src/animate_fracture_square.cpp +++ b/src/animate_fracture_square.cpp @@ -68,7 +68,7 @@ int main(int argc, char* argv[]) { for (unsigned trial = 0; trial < N; trial++) { elastic_network tmp_network(perm_network); tmp_network.set_thresholds(beta, rng); - tmp_network.fracture(meas, false); + tmp_network.fracture(meas, true); if (quit.load()) break; -- cgit v1.2.3-70-g09d2