From 5a921cfc7b3c77ff2b67d3f643d99255e9f35c1f Mon Sep 17 00:00:00 2001 From: "Johnson, Bo" Date: Thu, 28 Sep 2023 14:35:16 -0400 Subject: [PATCH] fix electron mass --- buildscript/constants.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript/constants.toml b/buildscript/constants.toml index 291e896..25d70fc 100644 --- a/buildscript/constants.toml +++ b/buildscript/constants.toml @@ -49,7 +49,7 @@ value = "1.602176634e-19 C" enum_name = "ElectronMass" pretty_name = "Electron mass" strings = ["electronmass"] -value = "9.1093837015-31 kg" +value = "9.1093837015e-31 kg" [[constant]] enum_name = "ProtonMass" @@ -205,4 +205,4 @@ value = "TW * hour" [[constant]] enum_name = "PWH" strings = "PWh" -value = "PW * hour" \ No newline at end of file +value = "PW * hour"