From 9b8fba4a1912ed74c5471d7f83fd2bace925c213 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 20:07:51 +0100 Subject: [PATCH] TPT: Fix SLTW boiling temperature typo --- src/simulation/elements/SLTW.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/elements/SLTW.cpp b/src/simulation/elements/SLTW.cpp index 039704187..1b3c4b463 100644 --- a/src/simulation/elements/SLTW.cpp +++ b/src/simulation/elements/SLTW.cpp @@ -39,7 +39,7 @@ Element_SLTW::Element_SLTW() HighPressureTransition = NT; LowTemperature = 233.0f; LowTemperatureTransition = PT_ICEI; - HighTemperature = 483.0f; + HighTemperature = 383.0f; HighTemperatureTransition = ST; Update = &Element_SLTW::update; @@ -78,4 +78,4 @@ int Element_SLTW::update(UPDATE_FUNC_ARGS) } -Element_SLTW::~Element_SLTW() {} \ No newline at end of file +Element_SLTW::~Element_SLTW() {}