diff options
Diffstat (limited to 'julia/CrystFEL/src/CrystFEL.jl')
-rw-r--r-- | julia/CrystFEL/src/CrystFEL.jl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/CrystFEL.jl b/julia/CrystFEL/src/CrystFEL.jl index 86637014..91af5d19 100644 --- a/julia/CrystFEL/src/CrystFEL.jl +++ b/julia/CrystFEL/src/CrystFEL.jl @@ -46,7 +46,8 @@ export SymOpList, asymmetricindices include("datatemplates.jl") using .DataTemplates -export DataTemplate, loaddatatemplate, wavelength, cameralength, translategroup! +export DataTemplate, loaddatatemplate, wavelength, cameralength +export translategroup!, rotategroup! include("peaklist.jl") using .PeakLists |