Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverinDiederichs committed Jun 14, 2023
1 parent 7a96c26 commit abb4dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Parser.H
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Parser
hipace_constants.insert({"q_e", PhysConstSI::q_e });
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({"hbar", PhysConstSI::hbar});
}

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

0 comments on commit abb4dc2

Please sign in to comment.