get_spline_function Subroutine

private subroutine get_spline_function(this, spline_order, spline_func)

Arguments

TypeIntentOptionalAttributesName
class(sv_component_t), intent(in) :: this
integer, intent(in), optional :: spline_order
procedure(basis_function), intent(out), pointer:: spline_func

Contents

None