diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:07:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:07:51 (GMT) |
| commit | 9b8fba4a1912ed74c5471d7f83fd2bace925c213 (patch) | |
| tree | f566cf30c1ec0ff388f7a0f60cac87f72c05d39c /src/simulation/elements/SLTW.cpp | |
| parent | b80e73e72946fd567b7aa3509ff6c4579c5803bb (diff) | |
| download | powder-9b8fba4a1912ed74c5471d7f83fd2bace925c213.zip powder-9b8fba4a1912ed74c5471d7f83fd2bace925c213.tar.gz | |
TPT: Fix SLTW boiling temperature typo
Diffstat (limited to 'src/simulation/elements/SLTW.cpp')
| -rw-r--r-- | src/simulation/elements/SLTW.cpp | 4 |
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() {} |
