type_int_vector_3d Derived Type

type, public :: type_int_vector_3d


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public :: x
integer(kind=int32), public :: y
integer(kind=int32), public :: z

Source Code

    type :: type_int_vector_3d
        integer(int32) :: x
        integer(int32) :: y
        integer(int32) :: z
    end type type_int_vector_3d