tem_point_type Derived Type

type, public :: tem_point_type

This type contains coordinate of a point


Inherited by

type~~tem_point_type~2~~InheritedByGraph type~tem_point_type~2 tem_point_type type~grw_pointarray_type~2 grw_pointarray_type type~grw_pointarray_type~2->type~tem_point_type~2 val

Contents

Source Code


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