destroy_watch Interface

public interface destroy_watch

Contents


Module Procedures

private subroutine destroy_watch_aa(watch, clock, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(inout), dimension(:):: watch
character(len=*), intent(in), dimension(:):: clock
integer, intent(out), optional :: err

private subroutine destroy_watch_as(watch, clock, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(inout), dimension(:):: watch
character(len=*), intent(in), optional :: clock
integer, intent(out), optional :: err

private subroutine destroy_watch_sa(watch, clock, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(inout) :: watch
character(len=*), intent(in), dimension(:):: clock
integer, intent(out), optional :: err

private subroutine destroy_watch_ss(watch, clock, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(inout) :: watch
character(len=*), intent(in), optional :: clock
integer, intent(out), optional :: err