mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Purify yield_delayed and fix typo.
This commit is contained in:
parent
f17a1f436a
commit
7661c8902f
2 changed files with 2 additions and 3 deletions
|
|
@ -913,7 +913,7 @@ contains
|
|||
cycle
|
||||
elseif (LOCB == 0) then
|
||||
! No angular distribution data are given for this reaction, isotropic
|
||||
! scattering is asssumed (in CM if TY < 0 and in LAB if TY > 0)
|
||||
! scattering is assumed (in CM if TY < 0 and in LAB if TY > 0)
|
||||
cycle
|
||||
end if
|
||||
rxn % has_angle_dist = .true.
|
||||
|
|
|
|||
|
|
@ -108,8 +108,7 @@ contains
|
|||
! a given nuclide and incoming neutron energy in a given delayed group.
|
||||
!===============================================================================
|
||||
|
||||
function yield_delayed(nuc, E, g) result(yield)
|
||||
|
||||
pure function yield_delayed(nuc, E, g) result(yield)
|
||||
type(Nuclide), intent(in) :: nuc ! nuclide from which to find nu
|
||||
real(8), intent(in) :: E ! energy of incoming neutron
|
||||
real(8) :: yield ! delayed neutron precursor yield
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue