summaryrefslogtreecommitdiff
path: root/src/sample_fracture.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-02 10:52:05 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-02 10:52:05 -0400
commit2de471524c9e281e1b83049183d5a4deecd8b7b3 (patch)
tree4d158d7137f247aa0f64a2760ff80f043ae0a61c /src/sample_fracture.cpp
parent47a7c96d1848e3a3edbcfb17e645790d31c01a67 (diff)
downloadfuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.tar.gz
fuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.tar.bz2
fuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.zip
Updated percolation and sample, percolation measurements presently
gutted
Diffstat (limited to 'src/sample_fracture.cpp')
-rw-r--r--src/sample_fracture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sample_fracture.cpp b/src/sample_fracture.cpp
index 417e7ec..eaba69e 100644
--- a/src/sample_fracture.cpp
+++ b/src/sample_fracture.cpp
@@ -56,7 +56,7 @@ int main(int argc, char* argv[]) {
graph G(Lx, 1.0, rng);
elastic_network network(G, &c);
network.set_thresholds(beta, rng);
- network.fracture(meas, true);
+ network.fracture(meas);
/*graph G2 = G.rotate();
class network network2(G2, &c);