destroy_da_attribute Subroutine

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

Called by

proc~~destroy_da_attribute~~CalledByGraph proc~destroy_da_attribute destroy_da_attribute interface~destroy~7 destroy interface~destroy~7->proc~destroy_da_attribute proc~sorttruncate_da_attribute sorttruncate_da_attribute proc~sorttruncate_da_attribute->interface~destroy~7 interface~sorttruncate sorttruncate interface~sorttruncate->proc~sorttruncate_da_attribute

Contents

None