c_cdot_func Interface

interface
private subroutine c_cdot_func(me, eph, to_icrf, c, cdot, status_ok)

Arguments

Type IntentOptional Attributes Name
class(reference_frame), intent(inout) :: me
class(ephemeris_class), intent(inout) :: eph

for ephemeris computations (assumed to have already been initialized)

logical, intent(in) :: to_icrf
real(kind=wp), intent(out), dimension(3,3) :: c
real(kind=wp), intent(out), optional, dimension(3,3) :: cdot
logical, intent(out) :: status_ok