From f8321b4b89e114dffc02b4741785fdca60f1b31e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 11 Jun 2019 00:11:51 -0400 Subject: fixed manny of the research tools --- src/percolation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/percolation.cpp') diff --git a/src/percolation.cpp b/src/percolation.cpp index 383d5e6..76731f4 100644 --- a/src/percolation.cpp +++ b/src/percolation.cpp @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) { unsigned N = 1; unsigned Lx = 16; unsigned Ly = 16; - double beta = 0.0001; + double beta = 0.1; unsigned n = 128; double a = 1.0; -- cgit v1.2.3-54-g00ecf