Skip to content

Commit

Permalink
Test using ImmutableDict
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Jun 27, 2024
1 parent 547903e commit 9a08996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vlsv/vlsvvariables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const kB = 1.38064852e-23 # Boltzmann constant, [m²kg/(s²K)]
const RE = 6.371e6 # Earth radius, [m]

# Define units, LaTeX markup names, and LaTeX markup units for intrinsic values
const units_predefined = Dict(
const units_predefined = Base.ImmutableDict(
:Rhom => ("kg/m3", L"$\rho_m$", L"$\mathrm{kg}\,\mathrm{m}^{-3}$"),
:rhoq => ("C/m3", L"$\rho_q$", L"$\mathrm{C}\,\mathrm{m}^{-3}$"),
:rho => ("1/m3", L"$n_\mathrm{p}$", L"$\mathrm{m}^{-3}$"),
Expand Down

0 comments on commit 9a08996

Please sign in to comment.