tem_resizeDp1dArray Subroutine

private subroutine tem_resizeDp1dArray(Array, Newsize)

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

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(inout), allocatable:: Array(:)

array to resize

integer, intent(in) :: Newsize

new size of the array


Called by

proc~~tem_resizedp1darray~~CalledByGraph proc~tem_resizedp1darray tem_resizeDp1dArray interface~resize resize interface~resize->proc~tem_resizedp1darray

Contents


Variables

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