mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix multipole l value counting
This commit is contained in:
parent
b71ad222d0
commit
1e49f3c889
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ contains
|
|||
! Figure out the number of unique l values in the l_value array.
|
||||
do i = 1, n_poles
|
||||
if (.not. l_val_dict % has(this % l_value(i))) then
|
||||
call l_val_dict % set(i, 0)
|
||||
call l_val_dict % set(this % l_value(i), 0)
|
||||
end if
|
||||
end do
|
||||
this % num_l = l_val_dict % size()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue