Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC revert

This commit is contained in:
Simon Robertshaw 2012-08-25 16:36:01 +01:00
parent 1987efd6e5
commit 59a78621d9

View File

@ -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
}