Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Weinstein committed Aug 6, 2024
1 parent d8126df commit 847ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataLib/fendl32B_retrofit/tendl_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def iterate_MTs(MTs, file_obj, mt_dict, pKZA):
sigma_list = extract_cross_sections(file_obj, MT)
gendf_data.append(
{
' Parent KZA' : pKZA,
'Parent KZA' : pKZA,
'Daughter KZA' : pKZA + mt_dict[MT]['delKZA'],
'Emitted Particles' : mt_dict[MT]['Emitted Particles'],
'Non-Zero Groups' : len(sigma_list),
Expand Down

0 comments on commit 847ed87

Please sign in to comment.