ESMF_DeepDestroy Subroutine

public subroutine ESMF_DeepDestroy(d)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Deep), intent(inout) :: d

Source Code

   subroutine ESMF_DeepDestroy(d)
      type(ESMF_Deep), intent(inout) :: d
       
       ESMF_INIT_SET_DELETED(d)
   end subroutine ESMF_DeepDestroy