auxiliary_array Derived Type

type, public :: auxiliary_array


Contents

Source Code


Components

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

Source Code

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