aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-18 16:54:46 +0200
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitc98692e1bd29b43cc6ec5487abb2ccdd23297b40 (patch)
tree690495f408ed0a3cc6cae20a1b4080db3d8523ce /julia/CrystFEL/src/CrystFEL.jl
parentccbd7de6928f0bf6da0040734d98f339c70e8b01 (diff)
Julia: WIP on RefList
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl3
1 files changed, 2 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 7c342a15..32ff6475 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -1,6 +1,7 @@
module CrystFEL
-include("datatemplates.jl")
include("symmetry.jl")
+include("datatemplates.jl")
+include("reflists.jl")
end # module CrystFEL