mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-01-01 15:39:20 +00:00
Replace a character that can cause problems for some file systems
This commit is contained in:
parent
9a76def840
commit
b8ae1be876
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ function init_sim_with_sim_consts(
|
|||
end
|
||||
|
||||
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
|
||||
sim_dir *= "_$comment"
|
||||
|
|
Loading…
Reference in a new issue