mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-30 17:33:29 +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_skin_circle,
|
||||
show_frame_diff,
|
||||
# Intern
|
||||
# Internal
|
||||
io,
|
||||
ax,
|
||||
bundle,
|
||||
|
|
|
@ -48,12 +48,11 @@ function run_sim(
|
|||
snapshot_at,
|
||||
seed,
|
||||
n_bundle_snapshots,
|
||||
# Calculated
|
||||
# Internal
|
||||
integration_steps,
|
||||
n_steps_before_snapshot,
|
||||
n_snapshots,
|
||||
T,
|
||||
# Read
|
||||
T0,
|
||||
start_datetime,
|
||||
)
|
||||
|
|
|
@ -90,7 +90,7 @@ function gen_sim_consts(
|
|||
v₀,
|
||||
δt,
|
||||
packing_ratio,
|
||||
# Calculated
|
||||
# Internal
|
||||
μ,
|
||||
D₀,
|
||||
particle_radius,
|
||||
|
|
Loading…
Reference in a new issue