jacobwilliams / finterp

Multidimensional (1D-6D) Linear and Nearest-Neighbor Interpolation with Modern Fortran
Other
54 stars 11 forks source link

Error if only one point #3

Closed jacobwilliams closed 4 years ago

jacobwilliams commented 4 years ago

Should catch the error if the input array only contains one point.

But maybe allow it for nearest neighbor interpolation?

jacobwilliams commented 4 years ago

Fixed by #4