destroy_da_int Subroutine

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

Called by

proc~~destroy_da_int~~CalledByGraph proc~destroy_da_int destroy_da_int interface~destroy~18 destroy interface~destroy~18->proc~destroy_da_int

Contents

None