From f480507c4632170af1cf131d68c467679ff506ed Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Wed, 10 Nov 2021 12:57:51 +0100 Subject: [PATCH] dummy commit --- src/main/times.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/times.jl b/src/main/times.jl index 12a4d39..0114dcf 100644 --- a/src/main/times.jl +++ b/src/main/times.jl @@ -8,7 +8,7 @@ using LatticeGPU # Set lattice/block size ntwist = (0,0,0,0,0,0) -lp = SpaceParm{4}((32,32,32,32), (4,4,4,4), BC_PERIODIC, ntwist) +lp = SpaceParm{4}((8,8,8,8), (4,4,4,4), BC_PERIODIC, ntwist) println("Space Parameters: ", lp) # Seed RNG