btree_i8_dp2d Derived Type

type, public :: btree_i8_dp2d


Components

Type Visibility Attributes Name Initial
type(btree_node_structure_i8_dp2d), public :: b

Source Code

      TYPE btree_i8_dp2d
         TYPE(btree_node_structure_i8_dp2d) :: b
      END TYPE btree_i8_dp2d