auxiliary_array Derived Type

type, private :: auxiliary_array


Components

Type Visibility Attributes Name Initial
integer, public, pointer :: pos(:) => null()

Source Code

    type auxiliary_array
        integer, pointer :: pos(:) => null()
    end type auxiliary_array