Fixed reaction_name for MT=849.

This commit is contained in:
Paul Romano 2013-02-08 16:37:45 -05:00
parent 6757f229ab
commit e77059d84c

View file

@ -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