mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fixed bug for nuclides appearing with and without S(a,b) tables. Closes #82 on github.
This commit is contained in:
parent
5524fde7f0
commit
a718407074
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ contains
|
|||
end if
|
||||
|
||||
! Set last evaluated energy
|
||||
micro_xs(index_nuclide) % last_E = p % E
|
||||
if (index_sab == 0) micro_xs(index_nuclide) % last_E = p % E
|
||||
|
||||
end subroutine calculate_nuclide_xs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue