mirror of https://github.com/rm-dr/daisy
Minor tweaks to constants
parent
52715818b7
commit
ef408ff181
|
@ -48,13 +48,13 @@ value = "1.602176634e-19 C"
|
|||
[[constant]]
|
||||
enum_name = "ElectronMass"
|
||||
pretty_name = "Electron mass"
|
||||
strings = ["me", "m_e", "electronmass"]
|
||||
strings = ["electronmass"]
|
||||
value = "9.1093837015-31 kg"
|
||||
|
||||
[[constant]]
|
||||
enum_name = "ProtonMass"
|
||||
pretty_name = "Proton mass"
|
||||
strings = ["mp", "m_p", "protonmass"]
|
||||
strings = ["protonmass"]
|
||||
value = "1.67262192369e-27 kg"
|
||||
|
||||
[[constant]]
|
||||
|
|
Loading…
Reference in New Issue