Closed yuhui-xie closed 1 year ago
In grid3d.hpp, computeDistInterpolation should check if i + gZ + 1 and i + gY + 1 is in the bound of m_grid. I found this leads to a core dump.
Thanks very much for point this out!!!
Just committed a patch with the solution. Hope it helps.
PD: Sorry for the delay :(
In grid3d.hpp, computeDistInterpolation should check if i + gZ + 1 and i + gY + 1 is in the bound of m_grid. I found this leads to a core dump.