From a9275adce368caaeaabc54bf0ca62a20a074e568 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 6 May 2019 15:00:10 -0400 Subject: changed the way cutoffs function to prevent erros, and added measurement for path length --- 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 d95b3c3..6012228 100644 --- a/lib/include/network.hpp +++ b/lib/include/network.hpp @@ -74,7 +74,7 @@ class elastic_network : public network { elastic_network(const graph&, cholmod_common*); elastic_network(const elastic_network&); - void fracture(hooks&, double weight = 0.5, double cutoff = 1e-11); + void fracture(hooks&, double weight = 0.5, double cutoff = 1e-12); current_info get_current_info(); }; -- cgit v1.2.3-54-g00ecf