mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update src/boundary_condition.cpp
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
This commit is contained in:
parent
2ca33428c2
commit
d35a8f90aa
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ void RotationalPeriodicBC::handle_particle(
|
|||
|
||||
// Handle phantom birth location if migration present
|
||||
if (simulation::migration_present) {
|
||||
auto r_born = p.r_born();
|
||||
auto & r_born = p.r_born();
|
||||
Position new_r_born;
|
||||
new_r_born[zero_axis_idx_] = r_born[zero_axis_idx_];
|
||||
new_r_born[axis_1_idx_] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue