mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed small typo in reaction_name in endf module.
This commit is contained in:
parent
3404aafaac
commit
b0d355ff0a
1 changed files with 2 additions and 2 deletions
|
|
@ -130,11 +130,11 @@ contains
|
|||
case (699)
|
||||
string = '(n,dc)'
|
||||
case (700 : 748)
|
||||
string = '(n,t' // trim(int_to_str(MT-600)) // ')'
|
||||
string = '(n,t' // trim(int_to_str(MT-700)) // ')'
|
||||
case (749)
|
||||
string = '(n,tc)'
|
||||
case (750 : 798)
|
||||
string = '(n,3He' // trim(int_to_str(MT-650)) // ')'
|
||||
string = '(n,3He' // trim(int_to_str(MT-750)) // ')'
|
||||
case (799)
|
||||
string = '(n,3Hec)'
|
||||
case (800 : 848)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue