aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-15 17:02:19 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commitdd4229075833077eeb4e12eea06604cbf2e057a9 (patch)
tree3f751f387c687b47a529f41639827de9b17fcfbf /julia/CrystFEL/src/CrystFEL.jl
parentc752752fc4b7d477a8284a41c948b29e9bbe53e5 (diff)
Julia: initial indexing framework
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl4
1 files changed, 4 insertions, 0 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 76305e24..33ca75a8 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -55,4 +55,8 @@ include("diffcalc.jl")
using .DiffractionCalculations
export predictreflections
+include("indexing.jl")
+using .Indexing
+export Indexer
+
end # of module