Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | id | = | 0 | ||
real(kind=wp), | public, | dimension(:,:), allocatable | :: | f |
function evals. not needed once the spline has been computed |
||
real(kind=wp), | public, | dimension(:,:), allocatable | :: | tx | |||
real(kind=wp), | public, | dimension(:,:), allocatable | :: | bcoef | |||
integer, | public | :: | nx | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(body_eph), | intent(out) | :: | me |
type :: body_eph integer :: id = 0 real(wp),dimension(:,:),allocatable :: f !! function evals. not needed once the spline has been computed real(wp),dimension(:,:),allocatable :: tx real(wp),dimension(:,:),allocatable :: bcoef integer :: nx = 0 contains procedure,public :: destroy => destroy_body_eph end type body_eph