Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author(s): Georg Schnabel, Daniel L. Aldama
# Email: g.schnabel@iaea.org
# Creation date: 2022/11/12
# Last modified: 2026/01/17
# Last modified: 2026/01/19
# License: MIT
# Copyright (c) 2022 International Atomic Energy Agency (IAEA)
#
Expand Down Expand Up @@ -308,7 +308,7 @@
(j_group[m])
NX := (1+NCH + (5-NCH) % 6) * NRB / 6
num_zeros := (5-NCH) % 6
[MAT,32,151/ 0.0, 0.0, NCH, NRB, 6*NX, NX/
[MAT,32,151/ 0.0, 0.0, NCH, NRB, 6*NX, NX?/
{ ER[p], {GAM[q,p]}{q=1 to NCH}
{0.0}{r=1 to num_zeros} }{p=1 to NRB} ]LIST
(/j_group[m])
Expand Down