tem_appendSp1dArray Subroutine

private subroutine tem_appendSp1dArray(Array, Position, Value)

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

Arguments

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

array to append value to

integer, intent(in) :: Position

position the value is appended to

real(kind=single_k), intent(in) :: Value

value to append


Called by

proc~~tem_appendsp1darray~~CalledByGraph proc~tem_appendsp1darray tem_appendSp1dArray interface~append~22 append interface~append~22->proc~tem_appendsp1darray proc~tem_findpath tem_findPath proc~tem_findpath->interface~append~22 proc~tem_findpath->proc~tem_findpath proc~tem_findelement tem_findElement proc~tem_findelement->interface~append~22 proc~tem_findelement->proc~tem_findelement proc~tem_calc_vrtx_coord tem_calc_vrtx_coord proc~tem_calc_vrtx_coord->interface~append~22 proc~tem_unify_vrtx tem_unify_vrtx proc~tem_calc_vrtx_coord->proc~tem_unify_vrtx proc~tem_unify_vrtx->interface~append~22 proc~hvs_output_init hvs_output_init proc~hvs_output_init->proc~tem_calc_vrtx_coord proc~tem_init_tracker tem_init_tracker proc~tem_init_tracker->proc~hvs_output_init

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=single_k), private, allocatable:: tempArray(:)
integer, private :: ArraySize
integer, private :: ierr
integer, private :: NewSize
logical, private :: sizeZero