summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SLTW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/SLTW.cpp')
-rw-r--r--src/simulation/elements/SLTW.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/SLTW.cpp b/src/simulation/elements/SLTW.cpp
index 0397041..1b3c4b4 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() {}