diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-06-15 18:16:15 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-06-15 18:16:15 -0400 |
commit | 466c8554b301016cb810a1328212a84374bfc001 (patch) | |
tree | 60fc31aeb51de9cdeb81a285409ad80e61cf5cc0 /lib/include | |
parent | 54b4be75e678b8ea01f6c51b8446160241a44171 (diff) | |
download | fuse_networks-466c8554b301016cb810a1328212a84374bfc001.tar.gz fuse_networks-466c8554b301016cb810a1328212a84374bfc001.tar.bz2 fuse_networks-466c8554b301016cb810a1328212a84374bfc001.zip |
changed current cutoff based on evidence from histograms
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/network.hpp | 2 |
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: |