tem_resizeInt1dArray Subroutine

private subroutine tem_resizeInt1dArray(Array, Newsize)

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

Arguments

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

array to resize

integer, intent(in) :: Newsize

new size of the array


Called by

proc~~tem_resizeint1darray~~CalledByGraph proc~tem_resizeint1darray tem_resizeInt1dArray interface~resize resize interface~resize->proc~tem_resizeint1darray

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private, allocatable:: tempArray(:)
integer, private :: ierr