summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PTCT.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-21 03:01:41 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-21 03:01:41 (GMT)
commit66f250b29deb6eaf3c5e6605574af474bdda943e (patch)
tree06595f61ec8150431796be367a7ed797ad88c900 /src/simulation/elements/PTCT.cpp
parentf0f2c432777e892da63c481d2be519f5a82d0463 (diff)
downloadpowder-66f250b29deb6eaf3c5e6605574af474bdda943e.zip
powder-66f250b29deb6eaf3c5e6605574af474bdda943e.tar.gz
fix PTCT melting temperature, seems to have been broken in 525f87fd6be3e716 , fixes #108
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;