MergeArray Interface

public interface MergeArray

Contents


Module Procedures

public subroutine MergeArrayInt(a, b, c)

Arguments

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

public subroutine MergeArrayReal(a, b, c)

Arguments

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