From 948f90b6493da83d10e18f30b0fbb8e937e29c0b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 24 Jun 2019 21:41:34 -0400 Subject: mostly implemented the ability to find dead bonds using topological properties --- 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 84cc8a5..bc4c3a2 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); + tmp_network.fracture(meas, false); if (quit.load()) break; -- cgit v1.2.3-70-g09d2