remove Interface

public interface remove

Module Procedures

private subroutine remove_c(list, place)

Arguments

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

private subroutine remove_d(list, place)

Arguments

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

private subroutine remove_i(list, place)

Arguments

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