summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wolff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wolff.c b/src/wolff.c
index 77971e2..fac13d4 100644
--- a/src/wolff.c
+++ b/src/wolff.c
@@ -21,7 +21,7 @@ int main(int argc, char *argv[]) {
record_autocorrelation = false;
T = 2.3;
H = 0;
- eps = 1e-30;
+ eps = 0;
output_state = false;
min_runs = 10;