Go to the documentation of this file. 1 SUBROUTINE xthird(T,TR,ES,ET,XS)
45 IMPLICIT DOUBLE PRECISION (a-h,o-z)
46 dimension es(7),et(7),xs(3)
47 DATA tpi/6.283185307179586d0/
48 am=dmod(es(6)+es(7)*(t-tr),tpi)
49 CALL kepler(am,es(2),ea,se,ce)
51 10 xs(i)=es(1)*et(i)*(ce-es(2))+et(7)*et(i+3)*se
subroutine kepler(AM, E, EA, SE, CE)
subroutine xthird(T, TR, ES, ET, XS)