From 9e7ead9bccc70a32a14a6e7b49c0f3e5d57b6d0a Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Wed, 5 Nov 2014 23:32:49 +0000 Subject: [PATCH] Change melting point for snow with wrong ctype back to 273.15 --- src/simulation/Simulation.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index df090455e..6372744c2 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3880,9 +3880,15 @@ 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==PT_ICEI || elements[parts[i].ctype].LowTemperatureTransition==PT_SNOW) && pt