1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-19 19:01:17 +00:00

Fix animation

This commit is contained in:
Mo8it 2022-01-07 00:28:19 +01:00
parent f429f03237
commit 380c4cc3d5

View file

@ -125,7 +125,7 @@ function sort_bundle_paths(bundle_paths::Vector{String})
for i in 1:n_bundles for i in 1:n_bundles
bundle_path = bundle_paths[i] bundle_path = bundle_paths[i]
bundle_num_string = bundle_path[(findfirst("bundle_", s).stop + 1):(end - extension_length)] bundle_num_string = bundle_path[(findfirst("bundle_", bundle_path).stop + 1):(end - extension_length)]
bundle_nums[i] = parse(Int64, bundle_num_string) bundle_nums[i] = parse(Int64, bundle_num_string)
end end