init_da_projection Subroutine

private subroutine init_da_projection(me, length)

initialization of a dynamic array

before a dynamic array can be used, it has to be initialized with this routine. the initial length provided here, can avoid reallocations and memory copying, if approximated correctly enough. if none is specified, the provided container initially will be of size 0.

Arguments

TypeIntentOptionalAttributesName
type(dyn_projectionarray_type), intent(out) :: me
integer, intent(in), optional :: length

Called by

proc~~init_da_projection~~CalledByGraph proc~init_da_projection init_da_projection interface~init~9 init interface~init~9->proc~init_da_projection proc~sorttruncate_da_projection sorttruncate_da_projection proc~sorttruncate_da_projection->interface~init~9 interface~sorttruncate~2 sorttruncate interface~sorttruncate~2->proc~sorttruncate_da_projection

Contents

None