replace Interface

public interface replace

Module Procedures

private subroutine replace_c(list, value, place)

Arguments

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

private subroutine replace_d(list, value, place)

Arguments

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

private subroutine replace_i(list, value, place)

Arguments

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