mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed uid on source particles.
This commit is contained in:
parent
e4561826f4
commit
b4b32e5547
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ contains
|
|||
p => source_bank(source_index)
|
||||
|
||||
! set uid
|
||||
p % uid = bank_first + source_index
|
||||
p % uid = bank_first + source_index - 1
|
||||
|
||||
end function get_source_particle
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue