adding non elastic MT number (#3285)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Jonathan Shimwell 2025-02-14 17:39:09 +01:00 committed by GitHub
parent 02e225b8f6
commit be4396c12b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -175,6 +175,7 @@ std::unordered_map<int, std::string> REACTION_NAME_MAP {
// Normal ENDF-based reactions
{TOTAL_XS, "(n,total)"},
{ELASTIC, "(n,elastic)"},
{N_NONELASTIC, "(n,nonelastic)"},
{N_LEVEL, "(n,level)"},
{N_2ND, "(n,2nd)"},
{N_2N, "(n,2n)"},