tem_point_type Derived Type

type, public :: tem_point_type

This type contains coordinate of a point


Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: coord(3)

Source Code

  type tem_point_type
    real(kind=rk) :: coord(3) !< real world coordinate of a point
  end type tem_point_type