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

Definition at line 745 of file palTest.c.

References palGalsup(), and vvd().

Referenced by main().

745  {
746  double dsl, dsb;
747 
748  palGalsup ( 6.1, -1.4, &dsl, &dsb );
749 
750  vvd ( dsl, 4.567933268859171, 1e-12, "palGalsup",
751  "DSL", status );
752  vvd ( dsb, -0.01862369899731829, 1e-12, "palGalsup",
753  "DSB", status );
754 }
void palGalsup(double dl, double db, double *dsl, double *dsb)
Definition: palGalsup.c:83
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: