Last round of test checks.

This commit is contained in:
Fermi
2019-05-28 22:33:04 +01:00
parent 48ae55d61d
commit 89665de8a7
5 changed files with 32 additions and 28 deletions

View File

@@ -350,7 +350,7 @@
OptimalTempMin += rand(-100, 100)
OptimalTempMax = (OptimalTempMin+rand(0, 200))
ExplodeTemp = (OptimalTempMax+rand(0, 200))
OptimalpHMin += rand(1, 10
OptimalpHMin += rand(1, 10)
OptimalpHMax = (OptimalpHMin + rand(1, 5))
ReactpHLim += rand(-2, 2)
CurveSharpT += (rand(1, 500)/100)