process_record Derived Type

type, public :: process_record


Components

Type Visibility Attributes Name Initial
character(len=THARN_MAXSTR), public :: string
integer, public :: tag

Source Code

  type process_record
     character(THARN_MAXSTR) ::string 
     integer :: tag                   ! process tag
     !integer :: location              ! string location of method
  end type process_record