array_operations_append_submod Submodule

a submodule for append subroutines


Uses

  • module~~array_operations_append_submod~~UsesGraph module~array_operations_append_submod array_operations_append_submod module~array_operations_mod array_operations_mod module~array_operations_append_submod->module~array_operations_mod iso_fortran_env iso_fortran_env module~array_operations_mod->iso_fortran_env

Contents


Module Subroutines

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_

pure module subroutine append_int32(array_, element_)

append element to an array (intger version)

Arguments

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

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_