More fixes

This commit is contained in:
Fermi
2019-05-21 05:05:32 +01:00
parent a9bc75fc0e
commit 71088eace9
6 changed files with 9 additions and 15 deletions
@@ -616,6 +616,7 @@ im
//go to explode proc
//message_admins("temperature is over limit: [C.ExplodeTemp] Current temperature: [cached_temp]")
C.FermiExplode(src, my_atom, (reactedVol+targetVol), cached_temp, pH)
return
if (pH > 14)
pH = 14
@@ -628,6 +629,7 @@ im
if ((purity < C.PurityMin) && (!C.PurityMin == 0))//If purity is below the min, blow it up.
C.FermiExplode(src, my_atom, (reactedVol+targetVol), cached_temp, pH)
return
//For now, purity is handled elsewhere