reset_watch Interface

public interface reset_watch

Contents


Module Procedures

private subroutine reset_watch_aa(watch, clock, err)

Arguments

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

private subroutine reset_watch_as(watch, clock, err)

Arguments

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

private subroutine reset_watch_sa(watch, clock, err)

Arguments

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

private subroutine reset_watch_ss(watch, clock, err)

Arguments

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

private subroutine reset_watch_ga(watch, clock, err)

Arguments

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

private subroutine reset_watch_gs(watch, clock, err)

Arguments

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