append Interface

public interface append

Called by

interface~~append~~CalledByGraph interface~append append program~scattering SCATTERING program~scattering->interface~append

Contents


Subroutines

public pure module subroutine append_dp(array_, element_)

append element to an array (double precision version)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout), allocatable :: array_(:)
real(kind=dp), intent(in) :: element_

public pure module subroutine append_int32(array_, element_)

append element to an array (integer version)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(inout), allocatable :: array_(:)
integer(kind=int32), intent(in) :: element_

public pure module subroutine append_sp(array_, element_)

append element to an array (single precision version)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(inout), allocatable :: array_(:)
real(kind=sp), intent(in) :: element_