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

Definition at line 950 of file palTest.c.

References palSupgal(), and vvd().

Referenced by main().

950  {
951  double dl, db;
952 
953  palSupgal ( 6.1, -1.4, &dl, &db );
954 
955  vvd ( dl, 3.798775860769474, 1e-12, "palSupgal",
956  "DL", status );
957  vvd ( db, -0.1397070490669407, 1e-12, "palSupgal",
958  "DB", status );
959 
960 }
void palSupgal(double dsl, double dsb, double *dl, double *db)
Definition: palSupgal.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: