aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-06-17 15:17:36 +0200
committerThomas White <taw@physics.org>2024-06-18 14:44:30 +0200
commit626ea361675f9107e61a6576b443a36477e19c5c (patch)
treefb9c0f9ca81a60daff2a3ecbc31f1b9448746cef /julia/CrystFEL/src/CrystFEL.jl
parentd61f5c3dc6eb2b36ed8a04e8bd309d615d6d8e80 (diff)
Julia: Expose DetGeom panel hierarchy
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 9ab5d15f..bb1f1534 100644
--- a/julia/CrystFEL/src/CrystFEL.jl
+++ b/julia/CrystFEL/src/CrystFEL.jl
@@ -38,7 +38,7 @@ export rotatecell, compare_reindexed_cell_parameters
include("detgeom.jl")
using .DetGeoms
-export Panel, DetGeom
+export Panel, DetGeom, DetGeomPanel, DetGeomGroup, findgroup
include("symmetry.jl")
using .Symmetry