aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-07 14:50:00 +0100
committerThomas White <taw@physics.org>2024-02-07 14:50:00 +0100
commita4d8e53aa1969565c288b93ad36d1a7030ad19a3 (patch)
tree6462fd2e05d1e63d2e8e66e9e4ae8b08a7a9e081 /julia/CrystFEL/src/CrystFEL.jl
parentbf126681d49c198dcec0e70e470a22d26dc31d55 (diff)
Julia: Add allcrystals()
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 95b2a61d..5ecfab91 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -77,7 +77,7 @@ export Indexer, index
include("streams.jl")
using .Streams
-export Stream, chunkwrite, chunkread
+export Stream, chunkwrite, chunkread, allcrystals
include("millepede.jl")
using .Millepede