Skip to content

Commit

Permalink
Merge pull request #5 from nplinden/fix_casl
Browse files Browse the repository at this point in the history
fix gnd to gnds
  • Loading branch information
shimwell authored May 2, 2024
2 parents b2a2027 + 83a977f commit 7bc9ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openmc_data/depletion/generate_endf71_chain_casl.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main():
reactions = {}
for f in neutron_files:
evaluation = openmc.data.endf.Evaluation(f)
nuc_name = evaluation.gnd_name
nuc_name = evaluation.gnds_name
if nuc_name in CASL_CHAIN:
reactions[nuc_name] = {}
for mf, mt, nc, mod in evaluation.reaction_list:
Expand Down

0 comments on commit 7bc9ca8

Please sign in to comment.