Skip to content

Commit

Permalink
Update om_sample_dynB.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
o-morikawa authored Jan 20, 2025
1 parent 8c207d9 commit f0371f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/om_sample_dynB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function HMC_test_4D_dynamicalB(
filename = "confs/U_beta$(2β)_L$(NX)_F$(flux[1])$(flux[2])$(flux[3])$(flux[4])$(flux[5])$(flux[6])_$itrj.txt"
save_textdata(U,filename)
open("./conf_name/flux_beta$(2β)_L$(NX).txt", "a") do f
write(f, filename)
write(f, filename * "\n")
end
open("./conf_name/U_beta$(2β)_L$(NX).txt", "w") do f
write(f, filename)
Expand Down

0 comments on commit f0371f4

Please sign in to comment.