Skip to content

Commit

Permalink
Exported get_transform
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Nov 30, 2023
1 parent 90ec2ff commit c936072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Electrum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export name, atomic_number, isdummy, displacement, occupancy, distance, deduplic
# Methods and structs for working with crystal data
include("crystals.jl")
export AbstractCrystal, Crystal, CrystalWithDatasets
export data, generators, set_transform!
export data, generators, get_transform, set_transform!
# Weighed k-points and k-point meshes
include("data/kpoints.jl")
export KPointMesh
Expand Down

0 comments on commit c936072

Please sign in to comment.