mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
fixed MPI issues that resulted from adding Bank struct member
This commit is contained in:
parent
f906e9fffc
commit
c49ce141a7
3 changed files with 6 additions and 16 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue