init_da_path Subroutine

public subroutine init_da_path(me, length)

Include the subroutines for the dynamic array. 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_patharray_type), intent(out) :: me
integer, intent(in), optional :: length

Called by

proc~~init_da_path~~CalledByGraph proc~init_da_path init_da_path interface~init~21 init interface~init~21->proc~init_da_path proc~sorttruncate_da_path sorttruncate_da_path proc~sorttruncate_da_path->interface~init~21 interface~sorttruncate~5 sorttruncate interface~sorttruncate~5->proc~sorttruncate_da_path

Contents

None