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() {}