diff options
-rw-r--r-- | src/wolff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wolff.c b/src/wolff.c index fac13d4..77971e2 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 = 0; + eps = 1e-30; output_state = false; min_runs = 10; |