summaryrefslogtreecommitdiff
path: root/src/simulation/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements')
-rw-r--r--src/simulation/elements/ICEI.cpp2
-rw-r--r--src/simulation/elements/SLTW.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/ICEI.cpp b/src/simulation/elements/ICEI.cpp
index c1d4e54..fd5dc63 100644
--- a/src/simulation/elements/ICEI.cpp
+++ b/src/simulation/elements/ICEI.cpp
@@ -39,7 +39,7 @@ Element_ICEI::Element_ICEI()
HighPressureTransition = PT_SNOW;
LowTemperature = ITL;
LowTemperatureTransition = NT;
- HighTemperature = 233.0f;
+ HighTemperature = 252.05f;
HighTemperatureTransition = ST;
Update = &Element_ICEI::update;
diff --git a/src/simulation/elements/SLTW.cpp b/src/simulation/elements/SLTW.cpp
index 3dad33c..7afdc26 100644
--- a/src/simulation/elements/SLTW.cpp
+++ b/src/simulation/elements/SLTW.cpp
@@ -37,7 +37,7 @@ Element_SLTW::Element_SLTW()
LowPressureTransition = NT;
HighPressure = IPH;
HighPressureTransition = NT;
- LowTemperature = 233.0f;
+ LowTemperature = 252.05f;
LowTemperatureTransition = PT_ICEI;
HighTemperature = 383.0f;
HighTemperatureTransition = ST;