CopyArrayInt Subroutine

public subroutine CopyArrayInt(a, ac, debug)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in), allocatable:: a(:,:)
integer(kind=int32), intent(inout), allocatable:: ac(:,:)
logical, intent(in), optional :: debug

Contents

None