mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
UFS only counts 1:work in source bank
This commit is contained in:
parent
2dcc6e666c
commit
f971c83162
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ contains
|
|||
else
|
||||
! count number of source sites in each ufs mesh cell
|
||||
call count_bank_sites(ufs_mesh, source_bank, source_frac, &
|
||||
sites_outside=sites_outside)
|
||||
sites_outside=sites_outside, size_bank=work)
|
||||
|
||||
! Check for sites outside of the mesh
|
||||
if (master .and. sites_outside) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue