summaryrefslogtreecommitdiff
path: root/src/simulation/elements/TUGN.cpp
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2013-05-04 15:58:57 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2013-05-04 16:19:25 (GMT)
commit79a75c44414949d6ba87a8e2940b85b6342de70a (patch)
treeadd015a8ef43adadbd7c784615025624f12c53de /src/simulation/elements/TUGN.cpp
parentf93a70edfb5f3091bbb7130ce8c5b439fe13ac30 (diff)
downloadpowder-79a75c44414949d6ba87a8e2940b85b6342de70a.zip
powder-79a75c44414949d6ba87a8e2940b85b6342de70a.tar.gz
Fix solidification temperature of molten TUGN
Previously it was 973 K, not the same as the melting point of TUGN
Diffstat (limited to 'src/simulation/elements/TUGN.cpp')
-rw-r--r--src/simulation/elements/TUGN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TUGN.cpp b/src/simulation/elements/TUGN.cpp
index 2c2c236..f70037b 100644
--- a/src/simulation/elements/TUGN.cpp
+++ b/src/simulation/elements/TUGN.cpp
@@ -40,7 +40,7 @@ Element_TUGN::Element_TUGN()
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperatureTransition = NT;
- HighTemperature = ITL;
+ HighTemperature = ITH;
HighTemperatureTransition = NT;
/*HighTemperature = 3895.0f;
HighTemperatureTransition = PT_LAVA;*/