Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | n | ||||
integer, | public, | DIMENSION(:), POINTER | :: | index | |||
type(dbcsr_heap_node_e), | public, | DIMENSION(:), POINTER | :: | nodes |
TYPE dbcsr_heap_type
INTEGER :: n
INTEGER, DIMENSION(:), POINTER :: index
TYPE(dbcsr_heap_node_e), DIMENSION(:), POINTER :: nodes
END TYPE dbcsr_heap_type