watchgroup Derived Type

type, public :: watchgroup


Contents

Source Code


Source Code

type, public :: watchgroup
   private
   type (watch_list), pointer:: head
   integer :: wgsize
end type watchgroup