tem_resizeIntLong1dArray Subroutine

private subroutine tem_resizeIntLong1dArray(Array, Newsize)

append an entry to an allocatable array 1d with long integer If the array is too small, reallocate with double size

Arguments

TypeIntentOptionalAttributesName
integer(kind=long_k), intent(inout), allocatable:: Array(:)

array to resize

integer, intent(in) :: Newsize

new size of the array


Called by

proc~~tem_resizeintlong1darray~~CalledByGraph proc~tem_resizeintlong1darray tem_resizeIntLong1dArray interface~resize resize interface~resize->proc~tem_resizeintlong1darray

Contents


Variables

TypeVisibilityAttributesNameInitial
integer(kind=long_k), private, allocatable:: tempArray(:)
integer(kind=long_k), private :: ierr