mp_indexing_meta_type Derived Type

type, private :: mp_indexing_meta_type


Components

Type Visibility Attributes Name Initial
integer, public, DIMENSION(:), POINTER :: index
integer, public, DIMENSION(:), POINTER :: chunks

Source Code

   TYPE mp_indexing_meta_type
      INTEGER, DIMENSION(:), POINTER :: index, chunks
   END TYPE mp_indexing_meta_type