fixed MPI issues that resulted from adding Bank struct member

This commit is contained in:
John Tramm 2019-11-27 17:31:58 +00:00
parent f906e9fffc
commit c49ce141a7
3 changed files with 6 additions and 16 deletions

View file

@ -1170,16 +1170,6 @@ void initialize_history(Particle* p, int64_t index_source)
// Every particle starts with no accumulated flux derivative.
if (!model::active_tallies.empty()) zero_flux_derivs();
<<<<<<< HEAD
=======
/*
std::cout << "Initialized particle " << particle_seed << " with E = " << p->E_ << " and Position {" <<
p->r().x << ", " <<
p->r().y << ", " <<
p->r().z << "}" << std::endl;
*/
>>>>>>> removed print statements
}
int overall_generation()