part Derived Type

type :: part


Inherits

type~~part~2~~InheritsGraph type~part~2 part type~interval interval type~part~2->type~interval xmas

Components

Type Visibility Attributes Name Initial
type(interval), public, dimension(4) :: xmas

Source Code

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