aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-06 16:41:33 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commit55c02192fad40514a9dd8456aac9381561641cfe (patch)
tree1571fae033b94d36206fc53fb1355a209cf0139c /julia/CrystFEL/src/CrystFEL.jl
parent5398ff3bc10439b8e4642256b7d8b21e17ae7ce2 (diff)
Julia: Add "savereflist!"
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 91af5d19..95b2a61d 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -55,7 +55,7 @@ export PeakList
include("reflists.jl")
using .RefLists
-export RefList, loadreflist
+export RefList, loadreflist, savereflist!
export Reflection, MergedReflection, UnmergedReflection
include("crystal.jl")