Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=8), | public, | ALLOCATABLE | :: | r(:) | |||
real(kind=8), | public, | ALLOCATABLE | :: | x(:) | |||
real(kind=8), | public, | ALLOCATABLE | :: | y(:) | |||
real(kind=8), | public, | ALLOCATABLE | :: | z(:) |
TYPE rxyz_vector REAL(KIND=8), ALLOCATABLE :: r(:), x(:), y(:), z(:) END TYPE rxyz_vector