tem_surfaceData_stlHead_type Derived Type

type, private :: tem_surfaceData_stlHead_type


Inherited by

type~~tem_surfacedata_stlhead_type~~InheritedByGraph type~tem_surfacedata_stlhead_type tem_surfaceData_stlHead_type type~tem_surfdata_type tem_surfData_type type~tem_surfdata_type->type~tem_surfacedata_stlhead_type stlHead

Contents


Components

Type Visibility Attributes Name Initial
character(len=PathLen), public :: filename

filename of the data to be read from


Source Code

  type tem_surfaceData_stlHead_type
    !> filename of the data to be read from
    character(len=PathLen) :: filename
  end type tem_surfaceData_stlHead_type