Data type defines geometry translation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active |
Is translation defined |
|||
real(kind=rk), | public | :: | vec(3) |
vector defining translation in x,y,z direction |
type tem_translation_type !>Is translation defined logical :: active !> vector defining translation in x,y,z direction real(kind=rk) :: vec(3) end type tem_translation_type