CopyArray Interface

public interface CopyArray

Contents


Module Procedures

public subroutine CopyArrayInt(a, ac)

Arguments

Type IntentOptional AttributesName
integer, intent(inout), allocatable:: a(:,:)
integer, intent(inout), allocatable:: ac(:,:)

public subroutine CopyArrayReal(a, ac)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(inout), allocatable:: a(:,:)
real(kind=8), intent(inout), allocatable:: ac(:,:)

public subroutine CopyArrayIntVec(a, ac)

Arguments

Type IntentOptional AttributesName
integer, intent(inout), allocatable:: a(:)
integer, intent(inout), allocatable:: ac(:)

public subroutine CopyArrayRealVec(a, ac)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(inout), allocatable:: a(:)
real(kind=8), intent(inout), allocatable:: ac(:)