summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PTCT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/PTCT.cpp')
-rw-r--r--src/simulation/elements/PTCT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PTCT.cpp b/src/simulation/elements/PTCT.cpp
index e78c453..8926208 100644
--- a/src/simulation/elements/PTCT.cpp
+++ b/src/simulation/elements/PTCT.cpp
@@ -39,7 +39,7 @@ Element_PTCT::Element_PTCT()
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperatureTransition = NT;
- HighTemperature = 1414.0f;
+ HighTemperature = 1687.0f;
HighTemperatureTransition = PT_LAVA;
Update = &Element_PTCT::update;