The commented out code in gft_1d_interpolateNN allows for the local variable temp to be passed uninitialized to free at the bottom of the function. This results in a seg fault.
Fixed.
For any Python users, scipy.interpolate.griddata is a much more powerful option.
Log in to post a comment.
Fixed.
For any Python users, scipy.interpolate.griddata is a much more powerful option.