From 02e1969ef2ae1365194ab8961ca0d91edb0cd00d Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Fri, 31 Oct 2014 16:33:41 +0000 Subject: [PATCH] Fix SNOW(WATR) melting temperature Broken by fixing SNOW(SLTW) melting temperature in a78bd78bfc279f5428929c8b6bf8ce5ee6a881b3 --- 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 bed175577..99d81f1a4 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3880,7 +3880,7 @@ void Simulation::update_particles_i(int start, int inc) { if (parts[i].ctype > 0 && parts[i].ctype < PT_NUM && parts[i].ctype != t) { - if (elements[parts[i].ctype].LowTemperatureTransition==t && pt