diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-25 15:36:01 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-25 15:36:01 (GMT) |
| commit | 59a78621d9e9b09782401b73e17c34cc1ea27c4c (patch) | |
| tree | 587b0a877f736e9ec45897cfadc660c684aed11c /src/simulation/Simulation.cpp | |
| parent | 1987efd6e51b18bd6f691b6018d85dc1da8c9842 (diff) | |
| download | powder-59a78621d9e9b09782401b73e17c34cc1ea27c4c.zip powder-59a78621d9e9b09782401b73e17c34cc1ea27c4c.tar.gz | |
Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC revert
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
