refactor seed and seed aray variable names

This commit is contained in:
John Tramm 2019-12-05 19:50:31 +00:00
parent 428bab4fd2
commit 0602ddd8a3
46 changed files with 336 additions and 336 deletions

View file

@ -476,7 +476,7 @@ void initialize_history(Particle* p, int64_t index_source)
// set random number seed
int64_t particle_seed = (simulation::total_gen + overall_generation() - 1)
* settings::n_particles + p->id_;
init_particle_seeds(particle_seed, p->prn_seeds_);
init_particle_seeds(particle_seed, p->seeds_);
// set particle trace
simulation::trace = false;