summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BRMT.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-14 01:10:45 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-14 01:10:45 (GMT)
commit7856f727a5b7d88904752267d4a1decd66ecbf4e (patch)
treecce09602f7d9ac4ddabc4ff203e24b7740c4a744 /src/simulation/elements/BRMT.cpp
parent8aa9f96843abfdc8ca619412032f2d2c78fe3ccc (diff)
downloadpowder-7856f727a5b7d88904752267d4a1decd66ecbf4e.zip
powder-7856f727a5b7d88904752267d4a1decd66ecbf4e.tar.gz
rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN
Diffstat (limited to 'src/simulation/elements/BRMT.cpp')
-rw-r--r--src/simulation/elements/BRMT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BRMT.cpp b/src/simulation/elements/BRMT.cpp
index cf4f99d..c2556ea 100644
--- a/src/simulation/elements/BRMT.cpp
+++ b/src/simulation/elements/BRMT.cpp
@@ -40,7 +40,7 @@ Element_BRMT::Element_BRMT()
LowTemperature = ITL;
LowTemperatureTransition = NT;
HighTemperature = 1273.0f;
- HighTemperatureTransition = PT_LAVA;
+ HighTemperatureTransition = ST;
Update = &Element_BRMT::update;