destroy_da_path Subroutine

public subroutine destroy_da_path(me)

destruction of a dynamic array

this subroutine takes care of a proper destruction of a dynamic array, it frees the allocated memory and resets the internal counts to 0.

Arguments

TypeIntentOptionalAttributesName
type(dyn_patharray_type), intent(inout) :: me

Called by

proc~~destroy_da_path~~CalledByGraph proc~destroy_da_path destroy_da_path interface~destroy~21 destroy interface~destroy~21->proc~destroy_da_path proc~sorttruncate_da_path sorttruncate_da_path proc~sorttruncate_da_path->interface~destroy~21 interface~sorttruncate~5 sorttruncate interface~sorttruncate~5->proc~sorttruncate_da_path

Contents

None