summaryrefslogtreecommitdiff
path: root/src/simulation/elements/ICEI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/ICEI.cpp')
-rw-r--r--src/simulation/elements/ICEI.cpp2
1 files changed, 1 insertions, 1 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;