type_materials_gcc Derived Type

type, public :: type_materials_gcc


Inherited by

type~~type_materials_gcc~~InheritedByGraph type~type_materials_gcc type_materials_gcc type~type_materials_phase_change type_materials_phase_change type~type_materials_phase_change->type~type_materials_gcc gcc type~type_materials_thermal type_materials_thermal type~type_materials_thermal->type~type_materials_phase_change phase_change type~type_material_settings type_material_settings type~type_material_settings->type~type_materials_thermal thermal type~input_basic input_basic type~input_basic->type~type_material_settings materials type~type_input type_input type~type_input->type~input_basic basic

Components

Type Visibility Attributes Name Initial
logical, public :: is_segregation
character(len=:), public, allocatable :: unit

Source Code

    type :: type_materials_gcc
        logical :: is_segregation
        character(:), allocatable :: unit
    end type type_materials_gcc