mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-11-08 22:21:08 +00:00
Fix typo
This commit is contained in:
parent
614311b080
commit
eceeda4099
3 changed files with 3 additions and 4 deletions
|
@ -213,7 +213,7 @@ function animate_with_sim_consts(
|
||||||
show_interaction_circle,
|
show_interaction_circle,
|
||||||
show_skin_circle,
|
show_skin_circle,
|
||||||
show_frame_diff,
|
show_frame_diff,
|
||||||
# Intern
|
# Internal
|
||||||
io,
|
io,
|
||||||
ax,
|
ax,
|
||||||
bundle,
|
bundle,
|
||||||
|
|
|
@ -48,12 +48,11 @@ function run_sim(
|
||||||
snapshot_at,
|
snapshot_at,
|
||||||
seed,
|
seed,
|
||||||
n_bundle_snapshots,
|
n_bundle_snapshots,
|
||||||
# Calculated
|
# Internal
|
||||||
integration_steps,
|
integration_steps,
|
||||||
n_steps_before_snapshot,
|
n_steps_before_snapshot,
|
||||||
n_snapshots,
|
n_snapshots,
|
||||||
T,
|
T,
|
||||||
# Read
|
|
||||||
T0,
|
T0,
|
||||||
start_datetime,
|
start_datetime,
|
||||||
)
|
)
|
||||||
|
|
|
@ -90,7 +90,7 @@ function gen_sim_consts(
|
||||||
v₀,
|
v₀,
|
||||||
δt,
|
δt,
|
||||||
packing_ratio,
|
packing_ratio,
|
||||||
# Calculated
|
# Internal
|
||||||
μ,
|
μ,
|
||||||
D₀,
|
D₀,
|
||||||
particle_radius,
|
particle_radius,
|
||||||
|
|
Loading…
Reference in a new issue