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

Small fixes

This commit is contained in:
Mo8it 2022-02-01 13:09:32 +01:00
parent 1409206eab
commit f61d06ce1e
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@ function msd_simulation(
parent_dir=parent_dir,
comment=comment,
half_box_len=half_box_len,
δt=δt,
)
ReCo.run_sim(

View file

@ -10,7 +10,7 @@ function gen_elliptical_distance_graphics()
fig = gen_figure()
ax = Axis(fig[1, 1]; xlabel=L"x", ylabel=L"y")
ax = Axis(fig[1, 1]; xlabel=L"x", ylabel=L"y", aspect=AxisAspect(1))
elliptical_a_b_ratio = 0.4
as = 1:1:3