CopyArray Interface

public interface CopyArray

Module Procedures

public subroutine CopyArrayInt(a, ac)

Arguments

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

public subroutine CopyArrayReal(a, ac)

Arguments

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

public subroutine CopyArrayIntVec(a, ac)

Arguments

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

public subroutine CopyArrayRealVec(a, ac)

Arguments

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