From e76333883d3620622ac616b7ca68a8baf459c640 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 12 Jun 2019 10:34:51 -0400 Subject: fixed the current cutoff is the percolation measurements --- lib/include/network.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/include') diff --git a/lib/include/network.hpp b/lib/include/network.hpp index 1ffe742..62e27d6 100644 --- a/lib/include/network.hpp +++ b/lib/include/network.hpp @@ -14,6 +14,8 @@ #include "current_info.hpp" #include "array_hash.hpp" +#define CURRENT_CUTOFF 1e-11 + class network { public: const graph& G; -- cgit v1.2.3-54-g00ecf