diff --git a/CItest-leighton-radicals.py b/CItest-leighton-radicals.py index fee9b89cbdf9e99012b2314b1252eeaa9b83b728..4c53170a596dbf1c40798ad0c16dc18ae70249c4 100755 --- a/CItest-leighton-radicals.py +++ b/CItest-leighton-radicals.py @@ -37,7 +37,7 @@ def inibggeneric(**kwargs): # Constants pres = 101325.0 -temp = 288.0 +temp = 298.0 avogadro = 6.022e23 R = 8.314 airdensity = avogadro * pres / (R * temp)