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

Definition at line 1133 of file palTest.c.

References palEqecl(), and vvd().

Referenced by main().

1133  {
1134  double dl, db;
1135  palEqecl ( 0.789, -0.123, 46555, &dl, &db );
1136 
1137  /* Slight changes from SLA for 2006 precession/nutation */
1138  vvd ( dl, 0.7036566430349022, 1e-6, "palEqecl",
1139  "L", status );
1140  vvd ( db, -0.4036047164116848, 1e-6, "palEqecl",
1141  "B", status );
1142 }
void palEqecl(double dr, double dd, double date, double *dl, double *db)
Definition: palEqecl.c:76
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: