better that way

This commit is contained in:
guillaume 2017-07-13 23:19:06 -04:00
parent de803633fd
commit 9fd8bd3fcf

View file

@ -963,7 +963,7 @@ contains
do i = 1, this % n_bins
if (abs(p % surface) == this % surfaces(i)) then
next_bin = i
weight = sign(ONE, real(p % surface, 8))
weight = sign(1, p % surface)
exit
end if
end do