aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-18 14:34:18 +0200
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitccbd7de6928f0bf6da0040734d98f339c70e8b01 (patch)
tree9dc705a4ff70317c850be974baae63fd79827024 /julia/CrystFEL/src/CrystFEL.jl
parentd5270938d73200979d43a830fd0ba81eca229779 (diff)
Julia: Implement SymOpList
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl1
1 files changed, 1 insertions, 0 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index e754a310..7c342a15 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -1,5 +1,6 @@
module CrystFEL
include("datatemplates.jl")
+include("symmetry.jl")
end # module CrystFEL