aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-20 13:52:51 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit6f801ee7d0823ad952ce2478a026a5059f13b380 (patch)
treef0f98f6498c6b25e86eb3d6be8230bfbfbe82b64 /julia/CrystFEL/src/CrystFEL.jl
parentcbaf344d7716efb89e0edb6fbfedddf62d1fff65 (diff)
Julia: Add chunkwrite()
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r--julia/CrystFEL/src/CrystFEL.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl
index 017bd530..7db1ba19 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -62,7 +62,7 @@ export Indexer, index
include("streams.jl")
using .Streams
-export Stream
+export Stream, chunkwrite
include("millepede.jl")
using .Millepede