mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Whoops... left in a debug check from rejection sampling. cleaned it up
This commit is contained in:
parent
2c4917bd3f
commit
03b433f8f3
1 changed files with 0 additions and 3 deletions
|
|
@ -375,9 +375,6 @@ contains
|
|||
do
|
||||
mu = TWO * prn() - ONE
|
||||
f = this % calc_f(gin,gout,mu)
|
||||
if (f > M) then
|
||||
call fatal_error("Legendre exceeds Max Value!!!")
|
||||
end if
|
||||
if (f > ZERO) then
|
||||
u = prn() * M
|
||||
if (u <= f) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue