summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-11-14 21:16:22 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-11-14 21:16:22 -0500
commit2254561ab1a3c1ac41d3c7a72b1b9d72079d6084 (patch)
treefb7a66e4c7ebf7e285909ac7157e7a3ce15f671e
parent2e980a974e2f825afbe56ec634a764200892a23c (diff)
downloadfuse_networks-2254561ab1a3c1ac41d3c7a72b1b9d72079d6084.tar.gz
fuse_networks-2254561ab1a3c1ac41d3c7a72b1b9d72079d6084.tar.bz2
fuse_networks-2254561ab1a3c1ac41d3c7a72b1b9d72079d6084.zip
increased current cutoff
-rw-r--r--lib/include/network.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/network.hpp b/lib/include/network.hpp
index e6d67b9..849975f 100644
--- a/lib/include/network.hpp
+++ b/lib/include/network.hpp
@@ -43,6 +43,6 @@ class network {
void set_thresholds(double, std::mt19937&);
void break_edge(unsigned int, bool unbreak = false);
current_info get_current_info();
- void fracture(hooks&, double cutoff = 1e-14);
+ void fracture(hooks&, double cutoff = 1e-13);
};