Typo fixed in last commit

parent f37325ef
...@@ -115,7 +115,7 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1 ...@@ -115,7 +115,7 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1
end end end end
#THEORETICAL SOLUTION: hep-lat/9606016 eq (2.33) #THEORETICAL SOLUTION: hep-lat/9606016 eq (2.32)
res_th = zeros(lp.iL[4]) res_th = zeros(lp.iL[4])
...@@ -135,15 +135,14 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1 ...@@ -135,15 +135,14 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1
end end
difA = fA_test(); difA = fA_test();
difP = fP_test(); difP = fP_test();
if difA > 1.0e-15 if difA > 1.0e-15
error("fA test failed with error ", difA) error("fA test failed with error ", difA)
elseif difP > 1.0e-15 elseif difP > 1.0e-15
error("fP test failed with error ", difP) error("fP test failed with error ", difP)
else else
print("fA/fP test passes with errors: ", difA," and ",difP,"\n") print("fA & fP tests passes with errors: ", difA," and ",difP,"\n")
elseif end end
\ No newline at end of file
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