interpolate Interface

interface
public subroutine interpolate(nquality, x, y, npts, r, val, debug)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: nquality
real(kind=dp), intent(in) :: x(*)
real(kind=dp), intent(in) :: y(*)
integer, intent(in) :: npts
real(kind=dp), intent(in) :: r
real(kind=dp), intent(out) :: val
logical, intent(in) :: debug