From b8772d61229a68cf231286128d079ad9c7310357 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 7 Nov 2018 19:31:22 -0500 Subject: changed the way that the cutoff is used to compare conductivity --- lib/include/network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/include') diff --git a/lib/include/network.hpp b/lib/include/network.hpp index abf88cd..5cbba0d 100644 --- a/lib/include/network.hpp +++ b/lib/include/network.hpp @@ -43,6 +43,6 @@ class network { void break_edge(unsigned int); void add_edge(unsigned int); std::pair> currents(); - void fracture(hooks&, double cutoff = 1e-13); + void fracture(hooks&, double cutoff = 1e-14); }; -- cgit v1.2.3-54-g00ecf