diff options
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/network.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |