From 466c8554b301016cb810a1328212a84374bfc001 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 15 Jun 2019 18:16:15 -0400 Subject: changed current cutoff based on evidence from histograms --- lib/include/network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf