insert Interface

public interface insert

Module Procedures

private subroutine insert_c(list, value, place)

Arguments

Type IntentOptional Attributes Name
character(len=:), allocatable :: list(:)
character(len=*), intent(in) :: value
integer, intent(in) :: place

private subroutine insert_d(list, value, place)

Arguments

Type IntentOptional Attributes Name
doubleprecision, allocatable :: list(:)
doubleprecision, intent(in) :: value
integer, intent(in) :: place

private subroutine insert_i(list, value, place)

Arguments

Type IntentOptional Attributes Name
integer, allocatable :: list(:)
integer, intent(in) :: value
integer, intent(in) :: place