Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | x | ||||
real(kind=real64), | public | :: | y | ||||
real(kind=real64), | public | :: | z |
type :: type_dp_vector_3d real(real64) :: x real(real64) :: y real(real64) :: z end type type_dp_vector_3d