diff options
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index a96e62748..06f0a7da5 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -327,6 +327,7 @@ Parser makeParser (std::string const& parse_function, amrex::Vector<std::string> {"m_e", PhysConst::m_e}, {"m_p", PhysConst::m_p}, {"m_u", PhysConst::m_u}, + {"kb", PhysConst::kb}, {"pi", MathConst::pi}, }; |