finished refactoring to add class member signifier, and finished formatting cleanup

This commit is contained in:
John Tramm 2019-11-25 16:28:07 +00:00
parent 12ec9bacff
commit 4261690537
14 changed files with 84 additions and 79 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_;
set_particle_seed(particle_seed, p->prn_seeds);
set_particle_seed(particle_seed, p->prn_seeds_);
// set particle trace
simulation::trace = false;