add Interface

public interface add

Contents


Module Procedures

public subroutine addArrayInt(a, b)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(inout), allocatable:: a(:,:)
integer(kind=int32), intent(in) :: b(:,:)

public subroutine addArrayReal(a, b)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(inout), allocatable:: a(:,:)
real(kind=real64), intent(in) :: b(:,:)

public subroutine addArrayIntVec(a, b)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(inout), allocatable:: a(:)
integer(kind=int32), intent(in) :: b(:)