MergeArray Interface

public interface MergeArray

Module Procedures

public subroutine MergeArrayInt(a, b, c)

Arguments

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

public subroutine MergeArrayReal(a, b, c)

Arguments

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