Merge pull request #1126 from openmc-dev/temperature_interpolation

Hotfix: incomplete initialization of nu-fission
This commit is contained in:
Paul Romano 2018-11-26 21:26:04 -06:00 committed by GitHub
commit bb9a767945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -759,6 +759,7 @@ contains
! Calculate nu-fission cross section
do t = 1, n_temperature
if (this % fissionable) then
n_grid = size(this % grid(t) % energy)
do i = 1, n_grid
this % xs(t) % value(XS_NU_FISSION,i) = &
this % nu(this % grid(t) % energy(i), EMISSION_TOTAL) * &