Whoops... left in a debug check from rejection sampling. cleaned it up

This commit is contained in:
Adam Nelson 2016-02-13 14:06:48 -05:00
parent 2c4917bd3f
commit 03b433f8f3

View file

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