Skip to content

Commit

Permalink
Merge pull request #61 from akio-tomiya/1.2.0
Browse files Browse the repository at this point in the history
test conf files are updated
  • Loading branch information
cometscome authored Oct 24, 2024
2 parents 7095ba4 + 30e3d63 commit c940f1c
Show file tree
Hide file tree
Showing 30 changed files with 197,198 additions and 30 deletions.
4 changes: 2 additions & 2 deletions src/system/wizard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function get_filename_extension(loadtype::Fileformat)
ext = ".jld"
elseif loadtype == ILDG
ext = ".ildg"
elseif v == BridgeText
elseif loadtype == BridgeText
ext = ".txt"
else
error("error!")
Expand Down Expand Up @@ -760,7 +760,7 @@ function set_loadU_format()
loadU_format = "JLD"
elseif loadtype == ILDG
loadU_format = "ILDG"
elseif v == BridgeText
elseif loadtype == BridgeText
loadU_format = "BridgeText"
end

Expand Down
Binary file added test/.DS_Store
Binary file not shown.
Loading

0 comments on commit c940f1c

Please sign in to comment.