auxiliary_real_t Derived Type

type, private :: auxiliary_real_t


Contents

Source Code


Components

Type Visibility Attributes Name Initial
real(kind=dp), public, pointer :: res(:) => null()

Source Code

    type :: auxiliary_real_t
        real(dp), pointer :: res(:) => null()
    end type auxiliary_real_t