Skip to content

Commit

Permalink
perf: make elements const
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 24, 2024
1 parent 3d54656 commit 36758ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ChargedParticles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ module ChargedParticles

using Unitful
using Mendeleev
using Mendeleev: elements # for PeriodicTable compatibility
using Match
using Unitful: me, mp

const elements = chem_elements

include("./types.jl")
include("./particle.jl")
include("./properties.jl")
Expand Down

0 comments on commit 36758ad

Please sign in to comment.