destroy_da_long Subroutine

public subroutine destroy_da_long(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_longarray_type), intent(inout) :: me

Called by

proc~~destroy_da_long~~CalledByGraph proc~destroy_da_long destroy_da_long interface~destroy~17 destroy interface~destroy~17->proc~destroy_da_long

Contents

None