mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
changed bounds of source bank iteration loop
This commit is contained in:
parent
cee6579776
commit
dd3ab613ee
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ contains
|
|||
|
||||
subroutine cmfd_reweight()
|
||||
|
||||
use global, only: n_particles,meshes,source_bank,n_bank
|
||||
use global, only: n_particles,meshes,source_bank,work
|
||||
use mesh_header, only: StructuredMesh
|
||||
use mesh, only: count_fission_sites,get_mesh_indices
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue