From b8ae1be876fe89befc44f88d2478ae5665e8dc8b Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 6 Apr 2022 18:58:29 +0200 Subject: [PATCH] Replace a character that can cause problems for some file systems --- src/setup.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.jl b/src/setup.jl index 13fc84a..d302efd 100644 --- a/src/setup.jl +++ b/src/setup.jl @@ -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"