MergeArrayInt Subroutine

public subroutine MergeArrayInt(a, b, c)

Arguments

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