You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue is now fixed. the mcx_nextafterf() function increases or decreases the selected photon positions by eps (~1.19e-07 for float). This bug does not alter the simulation results significantly, but may introduce redundant calculations at the boundaries.
thanks again for reporting this. let me know if you see additional issues.
jdtatz
pushed a commit
to jdtatz/mcx
that referenced
this issue
Jul 15, 2020
I was looking at your code and I found this line:
https://github.com/fangq/mcx/blob/master/src/mcx_core.cu#L1332
Is this correct? Shouldn't this be
(v->y > 0.f)-(v->y < 0.f)
? The same also for L1333.The text was updated successfully, but these errors were encountered: