mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixed n_groups in count_fission_sites.
This commit is contained in:
parent
eab4610851
commit
c663e27b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ contains
|
|||
|
||||
! Determine number of energies in group structure
|
||||
if (present(energies)) then
|
||||
n_groups = size(energies)
|
||||
n_groups = size(energies) - 1
|
||||
else
|
||||
n_groups = 1
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue