diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-04-30 22:10:07 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-04-30 22:10:07 (GMT) |
| commit | 2eaed9c9d478292f18d8a6aea9d2c9c869b26911 (patch) | |
| tree | 1af3137c3337518c1faa902a912f3f756c6626e0 /src | |
| parent | 526e93204ad6622ed6319ece1c74ba96daf261ec (diff) | |
| download | powder-2eaed9c9d478292f18d8a6aea9d2c9c869b26911.zip powder-2eaed9c9d478292f18d8a6aea9d2c9c869b26911.tar.gz | |
Correct gold melting point
Diffstat (limited to 'src')
| -rw-r--r-- | src/simulation/elements/GOLD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GOLD.cpp b/src/simulation/elements/GOLD.cpp index e3837d7..00c93c5 100644 --- a/src/simulation/elements/GOLD.cpp +++ b/src/simulation/elements/GOLD.cpp @@ -40,7 +40,7 @@ Element_GOLD::Element_GOLD() HighPressureTransition = NT; LowTemperature = ITL; LowTemperatureTransition = NT; - HighTemperature = 1941.0f; + HighTemperature = 1337.0f; HighTemperatureTransition = PT_LAVA; Update = &Element_GOLD::update; |
