tem_resizeInt2dArray Subroutine

private subroutine tem_resizeInt2dArray(Array, Newsize1, Newsize2)

append an entry to an allocatable array 2d 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) :: Newsize1

first new size

integer, intent(in) :: Newsize2

second new size


Called by

proc~~tem_resizeint2darray~~CalledByGraph proc~tem_resizeint2darray tem_resizeInt2dArray interface~resize resize interface~resize->proc~tem_resizeint2darray

Contents


Variables

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