From 84f6ede2b86958a9dc50940d6a0d61b8b4c8a446 Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Thu, 5 Mar 2015 00:14:26 +0000 Subject: [PATCH] Fix for commit d71a0d98: also adjust melting point of BRMT(TUNG) based on TUNG HighTemperature value --- src/simulation/Simulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index a0e8244d50..4501827d58 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3563,7 +3563,7 @@ void Simulation::UpdateParticles(int start, int end) { if (parts[i].ctype == PT_TUNG) { - if (ctemph < 3695.0) + if (ctemph < elements[parts[i].ctype].HighTemperature) s = 0; else {