private_item_p_type_routinereport Derived Type

type, private :: private_item_p_type_routinereport


Components

Type Visibility Attributes Name Initial
type(private_item_type_routinereport), private, POINTER :: p => Null()

Source Code

TYPE private_item_p_type_routinereport
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
   PRIVATE
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
   TYPE(private_item_type_routinereport), POINTER :: p => Null()
# 21 "/__w/dbcsr/dbcsr/src/core/dbcsr_list_routinereport.F"
END TYPE private_item_p_type_routinereport