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

Replace a character that can cause problems for some file systems

This commit is contained in:
Mo8it 2022-04-06 18:58:29 +02:00
parent 9a76def840
commit b8ae1be876

View file

@ -138,7 +138,7 @@ function init_sim_with_sim_consts(
end end
start_datetime = Dates.now() start_datetime = Dates.now()
sim_dir *= "/$(start_datetime)_N=$(sim_consts.n_particles)_v=$(sim_consts.v₀)_#$(rand(1000:9999))" sim_dir *= "/$(start_datetime)_N=$(sim_consts.n_particles)_v=$(sim_consts.v₀)_R$(rand(1000:9999))"
if length(comment) > 0 if length(comment) > 0
sim_dir *= "_$comment" sim_dir *= "_$comment"