aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-05 18:28:20 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit94b29b9267795ec53534212907daaa09c0f3c696 (patch)
tree98c0fb7774dbc433d19bd0097762101ce2e66aed /julia/CrystFEL/src/CrystFEL.jl
parente1715b4d56c69140f3de93ad0db82f0c8a1deecd (diff)
Julia: Better RefList iteration
If the iteration ends early, the finalizer gives us a chance to free the RefListIterator.
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 66ad1176..5577ba7e 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -40,6 +40,6 @@ export Image
include("reflists.jl")
using .RefLists
-export RefList, Reflection, loadreflist, savereflections
+export RefList, Reflection, loadreflist, reflections
end # of module