1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-09-02 09:02:35 +00:00

Fixed generating particles in run_sim

This commit is contained in:
MoBit 2021-12-03 00:37:43 +01:00
parent d7ad9c3354
commit 8e1d274473
7 changed files with 35 additions and 12 deletions

View file

@ -5,14 +5,16 @@ end
if splitdir(pwd())[2] != "ReCo"
error("You have to be in the main directeory ReCo!")
else
include("src/ReCo.jl")
includet("src/analysis/pair_correlation_function.jl")
include("src/analysis/pair_correlation_function.jl")
end
##
using JLD2
using CairoMakie
CairoMakie.activate!()
set_theme!(theme_black())
##