type_dp_vector_2d Derived Type

type, public :: type_dp_vector_2d


Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: x
real(kind=real64), public :: y

Source Code

    type :: type_dp_vector_2d
        real(real64) :: x
        real(real64) :: y
    end type type_dp_vector_2d