aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-19 11:30:33 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit90132628f5f66836aebfd3c7c7daf583f5bf5d86 (patch)
tree88efd8d3e2023e4803fd092b32f656ac766327f1 /julia/CrystFEL/src/CrystFEL.jl
parente437e0465f07f66e188613da9568d7fa7f19dec5 (diff)
Julia: Add Millepede output
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 17ad2677..017bd530 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -64,4 +64,8 @@ include("streams.jl")
using .Streams
export Stream
+include("millepede.jl")
+using .Millepede
+export Mille
+
end # of module