mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
adding non elastic MT number (#3285)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
02e225b8f6
commit
be4396c12b
2 changed files with 6 additions and 5 deletions
|
|
@ -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)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue