mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-02 09:02:35 +00:00
Used modules
This commit is contained in:
parent
7cb7f2d619
commit
a922ab9ab5
14 changed files with 69 additions and 52 deletions
|
@ -2,15 +2,15 @@ if splitdir(pwd())[2] == "analysis"
|
|||
cd("..")
|
||||
end
|
||||
|
||||
if splitdir(pwd())[2] != "ReCo"
|
||||
error("You have to be in the main directeory ReCo!")
|
||||
if splitdir(pwd())[2] != "ReCo.jl"
|
||||
error("You have to be in the main directeory ReCo.jl!")
|
||||
else
|
||||
include("src/analysis/pair_correlation_function.jl")
|
||||
end
|
||||
|
||||
##
|
||||
|
||||
using JLD2
|
||||
using JLD2: JLD2
|
||||
|
||||
using CairoMakie
|
||||
CairoMakie.activate!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue