part Derived Type

type :: part


Components

Type Visibility Attributes Name Initial
integer(kind=ip), public, dimension(4) :: xmas

Source Code

    type :: part
        integer(ip),dimension(4) :: xmas  ! [x,m,a,s]
    end type part