Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(provenance_t), | public, | pointer | :: | prev | => | null() | |
integer, | public | :: | record_number | ||||
character(len=100), | public | :: | creator | = | "-----" | ||
character(len=60), | public | :: | date | = | "-----" | ||
integer, | public | :: | n_input_files | = | 0 | ||
type(input_file_t), | public | :: | input_file | ||||
type(assoc_list_t), | public | :: | annotation | ||||
type(provenance_t), | public, | pointer | :: | next | => | null() |
type, public :: provenance_t
type(provenance_t), pointer :: prev => null()
integer :: record_number
character(len=100) :: creator = "-----"
character(len=60) :: date = "-----"
integer :: n_input_files = 0 ! Max 1 for now !!
type(input_file_t) :: input_file
type(ps_annotation_t) :: annotation
type(provenance_t), pointer :: next => null()
end type provenance_t