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

Type IntentOptional Attributes Name
type(dyn_projectionarray_type), intent(inout) :: me

Called by

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

Contents