aboutsummaryrefslogtreecommitdiff
path: root/julia/process_hkl.jl
diff options
context:
space:
mode:
Diffstat (limited to 'julia/process_hkl.jl')
-rw-r--r--julia/process_hkl.jl5
1 files changed, 1 insertions, 4 deletions
diff --git a/julia/process_hkl.jl b/julia/process_hkl.jl
index ab2a6a20..ac6ec662 100644
--- a/julia/process_hkl.jl
+++ b/julia/process_hkl.jl
@@ -9,10 +9,7 @@ for (cr,reflections) in allcrystals(st)
for refl in reflections
indices = asymmetricindices(sym, refl.indices)
- model_version = merged[indices]
- if model_version === nothing
- model_version = push!(merged, indices)
- end
+ model_version = get!(merged, indices)
w = 1.0
mean = model_version.intensity