Merge Interface

public interface Merge

Contents


Module Procedures

public subroutine MergeArrayInt(a, b, c)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: a(:,:)
integer(kind=int32), intent(in) :: b(:,:)
integer(kind=int32), intent(out), allocatable:: c(:,:)

public subroutine MergeArrayReal(a, b, c)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: a(:,:)
real(kind=real64), intent(in) :: b(:,:)
real(kind=real64), intent(out), allocatable:: c(:,:)