FACT++  1.0
static void t_moon ( int *  status)
static

Definition at line 858 of file palTest.c.

References palDmoon(), and vvec().

Referenced by main().

858  {
859  double pv[6];
860 
861  double expected1[] = {
862  0.00229161514616454,
863  0.000973912029208393,
864  0.000669931538978146,
865  -3.44709700068209e-09,
866  5.44477533462392e-09,
867  2.11785724844417e-09
868  };
869 
870  /* SLA test only include slaMoon so we use the
871  example from SUN/67 */
872  palDmoon( 48634.4687174074, pv );
873  vvec( 6, pv, expected1, "palDmoon", status );
874 }
void palDmoon(double date, double pv[6])
Definition: palDmoon.c:95
static void vvec(int len, double *vec, double *expected, const char *func, int *status)
Definition: palTest.c:173

+ Here is the call graph for this function:

+ Here is the caller graph for this function: