mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixed reaction_name for MT=849.
This commit is contained in:
parent
6757f229ab
commit
e77059d84c
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ contains
|
|||
case (800 : 848)
|
||||
string = '(n,a' // trim(to_str(MT-800)) // ')'
|
||||
case (849)
|
||||
string = '(n,tc)'
|
||||
string = '(n,ac)'
|
||||
case default
|
||||
string = 'MT=' // trim(to_str(MT))
|
||||
end select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue