destroy_da_projection Subroutine

private subroutine destroy_da_projection(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_projectionarray_type), intent(inout) :: me

Called by

proc~~destroy_da_projection~~CalledByGraph proc~destroy_da_projection destroy_da_projection interface~destroy~9 destroy interface~destroy~9->proc~destroy_da_projection proc~sorttruncate_da_projection sorttruncate_da_projection proc~sorttruncate_da_projection->interface~destroy~9 interface~sorttruncate~2 sorttruncate interface~sorttruncate~2->proc~sorttruncate_da_projection

Contents

None