From 2de471524c9e281e1b83049183d5a4deecd8b7b3 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 2 Oct 2019 10:52:05 -0400 Subject: Updated percolation and sample, percolation measurements presently gutted --- src/percolation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/percolation.cpp') diff --git a/src/percolation.cpp b/src/percolation.cpp index b9f278e..0b1d0ad 100644 --- a/src/percolation.cpp +++ b/src/percolation.cpp @@ -81,7 +81,7 @@ int main(int argc, char* argv[]) { graph G(n, a, rng); percolation_network fuse_network(G, &c); fuse_network.set_thresholds(beta, rng); - fuse_network.fracture(meas, true); + fuse_network.fracture(meas); break; } catch (std::exception &e) { std::cout << e.what() << '\n'; @@ -99,7 +99,7 @@ int main(int argc, char* argv[]) { graph G(Lx, Ly); percolation_network fuse_network(G, &c); fuse_network.set_thresholds(beta, rng); - fuse_network.fracture(meas, true); + fuse_network.fracture(meas); break; } catch (std::exception &e) { std::cout << e.what() << '\n'; -- cgit v1.2.3-70-g09d2