CopyArrayReal Subroutine

public subroutine CopyArrayReal(a, ac)

Arguments

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