mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Added warning for killing particles with low energy.
This commit is contained in:
parent
5994ee0424
commit
e8ff21dcef
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ contains
|
|||
! check for very low energy
|
||||
if (p % E < 1.0e-100_8) then
|
||||
p % alive = .false.
|
||||
! message = "Killing neutron with extremely low energy"
|
||||
! call warning(message)
|
||||
message = "Killing neutron with extremely low energy"
|
||||
call warning()
|
||||
end if
|
||||
|
||||
! Score collision estimator tallies for any macro tallies -- this is done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue