From c8b106075cdaffd0ae7aac9519f65634ce3f8b8a Mon Sep 17 00:00:00 2001 From: Daniel Lopez Aldama Date: Mon, 19 Jan 2026 17:32:46 +0100 Subject: [PATCH] Fixes #53: make the consistency check on NX optional rather than mandatory in MF32 --- endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py b/endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py index 1cb9cec5..e93f642d 100644 --- a/endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py +++ b/endf_parserpy/endf_recipes/endf6/endf_recipe_mf32.py @@ -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) # @@ -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])