mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed bug in build_universe.
This commit is contained in:
parent
fc6a148222
commit
3cca15286d
1 changed files with 0 additions and 1 deletions
|
|
@ -596,7 +596,6 @@ contains
|
|||
lat => lattices(c % fill)
|
||||
do x = 1, lat % n_x
|
||||
do y = 1, lat % n_y
|
||||
lat => lattices(cells(i_cell) % fill)
|
||||
universe_num = lat % element(x,y)
|
||||
if (.not. dict_has_key(build_dict, universe_num)) then
|
||||
call dict_add_key(build_dict, universe_num, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue