summaryrefslogtreecommitdiff
path: root/lib/src/network.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-12 10:34:51 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-12 10:34:51 -0400
commite76333883d3620622ac616b7ca68a8baf459c640 (patch)
treef9a878d2f74defacc2175633386c20bbb96ebead /lib/src/network.cpp
parent749247d24cca4657570e6c2a974321a94a49a0cc (diff)
downloadfuse_networks-e76333883d3620622ac616b7ca68a8baf459c640.tar.gz
fuse_networks-e76333883d3620622ac616b7ca68a8baf459c640.tar.bz2
fuse_networks-e76333883d3620622ac616b7ca68a8baf459c640.zip
fixed the current cutoff is the percolation measurements
Diffstat (limited to 'lib/src/network.cpp')
-rw-r--r--lib/src/network.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/src/network.cpp b/lib/src/network.cpp
index 05a208f..3424b94 100644
--- a/lib/src/network.cpp
+++ b/lib/src/network.cpp
@@ -1,8 +1,6 @@
#include "network.hpp"
-#define CURRENT_CUTOFF 1e-11
-
class nofuseException: public std::exception
{
virtual const char* what() const throw()