Commit edd5df81 authored by Alberto Ramos's avatar Alberto Ramos

Typos

parent b3b2371d
......@@ -47,11 +47,11 @@ l = parsed_args["L"]
t = parsed_args["T"]
println(" ## Analizing configuration: ", fconf)
lp = SpaceParm{4}((l,l,l,t), (4,4,4,4), BC_SF_AFWB, (0 for i in 1:6))
lp = SpaceParm{4}((l,l,l,t), (4,4,4,4), BC_SF_AFWB, (0,0,0,0,0))
println(lp)
U, Ubnd = import_lex64(fconf, lp)
gp = GaugeParm{Float64, SU3, 3}(6.0, 0.0, (1.0,1.0), 3, Ubnd)
gp = GaugeParm{Float64, SU3{Float64}, 3}(6.0, 0.0, (1.0,1.0), 3, Ubnd)
println(gp)
wflw = wfl_rk3(Float64, 0.01, 1.0E-7)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment