From e0ab8c5810bb943548331d74eee98cad91389fc8 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 18:18:26 +0100 Subject: Correct TTAN high temperature transition diff --git a/src/simulation/elements/TTAN.cpp b/src/simulation/elements/TTAN.cpp index 12687bf..00ba5fc 100644 --- a/src/simulation/elements/TTAN.cpp +++ b/src/simulation/elements/TTAN.cpp @@ -40,7 +40,7 @@ Element_TTAN::Element_TTAN() HighPressureTransition = NT; LowTemperature = ITL; LowTemperatureTransition = NT; - HighTemperature = 1687.0f; + HighTemperature = 1941.0f; HighTemperatureTransition = PT_LAVA; Update = &Element_TTAN::update; -- cgit v0.9.2-21-gd62e