MergeArrayInt Subroutine

public subroutine MergeArrayInt(a, b, c)

Arguments

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

Contents

None