mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
Small fixes
This commit is contained in:
parent
1409206eab
commit
f61d06ce1e
2 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ function msd_simulation(
|
||||||
parent_dir=parent_dir,
|
parent_dir=parent_dir,
|
||||||
comment=comment,
|
comment=comment,
|
||||||
half_box_len=half_box_len,
|
half_box_len=half_box_len,
|
||||||
|
δt=δt,
|
||||||
)
|
)
|
||||||
|
|
||||||
ReCo.run_sim(
|
ReCo.run_sim(
|
||||||
|
|
|
@ -10,7 +10,7 @@ function gen_elliptical_distance_graphics()
|
||||||
|
|
||||||
fig = gen_figure()
|
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
|
elliptical_a_b_ratio = 0.4
|
||||||
as = 1:1:3
|
as = 1:1:3
|
||||||
|
|
Loading…
Reference in a new issue