| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(body_eph_interface), | intent(inout) | :: | me | |||
| type(body_eph), | target | :: | eph |
subroutine initialize_body_eph_interface(me,eph) class(body_eph_interface),intent(inout) :: me type(body_eph),target :: eph allocate(me%w0(3*kx)) me%inbvx = 0 me%eph => eph ! point to the global ephemeris end subroutine initialize_body_eph_interface