Skip to content

Commit

Permalink
add r_e to PhysConstSI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverinDiederichs committed Jun 14, 2023
1 parent 836bb3a commit 447d641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Parser.H
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ namespace Parser
hipace_constants.insert({"m_e", PhysConstSI::m_e });
hipace_constants.insert({"m_p", PhysConstSI::m_p });
hipace_constants.insert({"hbar", PhysConstSI::hbar});
hipace_constants.insert({"r_e", PhysConstSI::r_e});
}

/** \brief replace ParmParse input with a Parsed version
Expand Down

0 comments on commit 447d641

Please sign in to comment.