summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
};