mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fix list
This commit is contained in:
parent
8280946b7c
commit
f4e4304b13
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ contains
|
|||
else
|
||||
retval = (MT >= MISC .and. MT /= 27)
|
||||
end if
|
||||
elseif (MT < 200) then
|
||||
elseif (MT <= 200) then
|
||||
retval = (.not. is_disappearance(MT))
|
||||
else
|
||||
retval = .false.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue