mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-04 09:12:35 +00:00
Added mean_kappa.jl
This commit is contained in:
parent
e6c70a8967
commit
d6900d9a92
11 changed files with 114 additions and 12 deletions
|
@ -102,7 +102,7 @@ function radial_distribution(;
|
|||
error("snapshot_conunter != n_last_snapshots")
|
||||
end
|
||||
|
||||
g = zeros(n_radii)
|
||||
g = zeros(Float64, n_radii)
|
||||
|
||||
for snapshot_ind in 1:n_last_snapshots
|
||||
for p1_ind in 1:n_particles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue