mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Fixed bug with non-default values of edist % n_interp.
This commit is contained in:
parent
034f6748fc
commit
e4561826f4
1 changed files with 1 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ contains
|
|||
IDAT = XSS(LDIS + LOCC + 1)
|
||||
NR = XSS(LDIS + LOCC + 2)
|
||||
rxn % edist % law = LAW
|
||||
rxn % edist % n_interp = NR
|
||||
|
||||
! allocate space for ENDF interpolation parameters
|
||||
if (NR > 0) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue