summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-15 18:16:15 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-15 18:16:15 -0400
commit466c8554b301016cb810a1328212a84374bfc001 (patch)
tree60fc31aeb51de9cdeb81a285409ad80e61cf5cc0
parent54b4be75e678b8ea01f6c51b8446160241a44171 (diff)
downloadfuse_networks-466c8554b301016cb810a1328212a84374bfc001.tar.gz
fuse_networks-466c8554b301016cb810a1328212a84374bfc001.tar.bz2
fuse_networks-466c8554b301016cb810a1328212a84374bfc001.zip
changed current cutoff based on evidence from histograms
-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 62e27d6..544f828 100644
--- a/lib/include/network.hpp
+++ b/lib/include/network.hpp
@@ -14,7 +14,7 @@
#include "current_info.hpp"
#include "array_hash.hpp"
-#define CURRENT_CUTOFF 1e-11
+#define CURRENT_CUTOFF 1e-10
class network {
public: