private_item_type_routinereport Derived Type

type, private :: private_item_type_routinereport


Components

Type Visibility Attributes Name Initial
type(routine_report_type), private, POINTER :: value

Source Code

TYPE private_item_type_routinereport
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
   PRIVATE
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
   TYPE(routine_report_type), POINTER                   :: value
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
END TYPE private_item_type_routinereport