From 59a78621d9e9b09782401b73e17c34cc1ea27c4c Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 25 Aug 2012 16:36:01 +0100 Subject: Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC revert diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 6680c16..91c12b8 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -3695,7 +3695,7 @@ void Simulation::update_particles_i(int start, int inc) s = 0; } #else - if (1>rand()%6) t = PT_SALT; + if (rand()%4==0) t = PT_SALT; else t = PT_WTRV; #endif } -- cgit v0.9.2-21-gd62e