spline_reuse Subroutine

public subroutine spline_reuse(s, y, yp1, ypn)

reuse spline structure and fill it with new values

Arguments

Type IntentOptional Attributes Name
type(spline), intent(inout) :: s
real(kind=long), intent(in), dimension(:) :: y
real(kind=long), intent(in), optional :: yp1
real(kind=long), intent(in), optional :: ypn