mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove duplicate statements in calculate_urr_xs
This commit is contained in:
parent
9304b38061
commit
d735633519
1 changed files with 0 additions and 6 deletions
|
|
@ -378,12 +378,6 @@ contains
|
|||
|
||||
! sample probability table using the cumulative distribution
|
||||
|
||||
! determine interpolation factor on table
|
||||
f = (E - urr % energy(i_energy)) / &
|
||||
(urr % energy(i_energy + 1) - urr % energy(i_energy))
|
||||
|
||||
! sample probability table using the cumulative distribution
|
||||
|
||||
! Random numbers for xs calculation are sampled from a separated stream.
|
||||
! This guarantees the randomness and, at the same time, makes sure we reuse
|
||||
! random number for the same nuclide at different temperatures, therefore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue