destroy_ddeabm Subroutine

private subroutine destroy_ddeabm(me)

Destructor for ddeabm_class.

Type Bound

ddeabm_class

Arguments

Type IntentOptional Attributes Name
class(ddeabm_class), intent(out) :: me

Called by

proc~~destroy_ddeabm~~CalledByGraph proc~destroy_ddeabm ddeabm_class%destroy_ddeabm proc~ddeabm_initialize ddeabm_class%ddeabm_initialize proc~ddeabm_initialize->proc~destroy_ddeabm proc~ddeabm_with_event_initialize ddeabm_with_event_class%ddeabm_with_event_initialize proc~ddeabm_with_event_initialize->proc~ddeabm_initialize proc~ddeabm_with_event_initialize_vec ddeabm_with_event_class_vec%ddeabm_with_event_initialize_vec proc~ddeabm_with_event_initialize_vec->proc~ddeabm_initialize

Source Code

   subroutine destroy_ddeabm(me)

      implicit none

      class(ddeabm_class), intent(out) :: me

   end subroutine destroy_ddeabm