diff options
author | Thomas White <taw@physics.org> | 2024-10-07 13:33:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-10-07 13:33:02 +0200 |
commit | 3e2f900e360ed09533224e9e65eefdf0fe866c4f (patch) | |
tree | 40ce3cf03b6b758ae6cb435642c301b7c1e673c9 | |
parent | 59fb0788e63577d24ad322187dfb7a6701c58dd8 (diff) |
Remove unnecessary "using" from one of the scripts
-rw-r--r-- | scripts/process_hkl.jl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/process_hkl.jl b/scripts/process_hkl.jl index 34e6104e..69e5cbc5 100644 --- a/scripts/process_hkl.jl +++ b/scripts/process_hkl.jl @@ -1,5 +1,4 @@ using CrystFEL -using LinearAlgebra let st = Stream("/home/twhite/experiments/cxidb-193/short.stream", "r"), merged = mergereflections(allcrystals(st), SymOpList("mmm")) |